Description Usage Arguments Value Examples
Get base positions of array features in bases counting from the start of the genome. Chromosomes are ordered numerically, when possible, then lexically.
1 2 3 4 |
object |
A GenoSet object or a GenomicRanges object |
numeric position of each feature in whole genome units, in original order
1 2 3 | data(genoset,package='genoset')
head(genoPos(genoset.ds))
head(genoPos(rowRanges(genoset.ds))) # The same
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.