genoPos {genoset} | R Documentation |
Get base positions of array features in bases counting from the start of the genome. Chromosomes are ordered numerically, when possible, then lexically.
genoPos(object) ## S4 method for signature 'GenoSetOrGenomicRanges' genoPos(object)
object |
A GenoSet object or a GenomicRanges object |
numeric position of each feature in whole genome units, in original order
data(genoset,package="genoset") head(genoPos(genoset.ds)) head(genoPos(rowRanges(genoset.ds))) # The same