genoPos-methods: Get base positions of features in genome-scale units

Description Usage Arguments Value Examples

Description

Get base positions of array features in bases counting from the start of the genome. Chromosomes are ordered numerically, when possible, then lexically.

Usage

1
2
3
4
genoPos(object)

## S4 method for signature 'GenoSetOrGenomicRanges'
genoPos(object)

Arguments

object

A GenoSet object or a GenomicRanges object

Value

numeric position of each feature in whole genome units, in original order

Examples

1
2
3
  data(genoset,package='genoset')
  head(genoPos(genoset.ds))
  head(genoPos(rowRanges(genoset.ds)))  # The same

genoset documentation built on Nov. 8, 2020, 6:07 p.m.