Description Usage Arguments Value Examples
Convenience function to get the coordinates from a deepSNV object.
1 2 3 4 | coordinates(deepSNV, ...)
## S4 method for signature 'deepSNV'
coordinates(deepSNV)
|
deepSNV |
a |
... |
Additional param passed to specific methods |
A data.frame
with columns "chrom(osome)" and "pos(ition)".
1 2 | data(HIVmix)
coordinates(HIVmix)[1:10,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.