Learn R Programming

genoset (version 1.28.2)

chrInfo: Get chromosome start and stop positions

Description

Provides a matrix of start, stop and offset, in base numbers for each chromosome.

Usage

chrInfo(object)

## S3 method for class 'GenoSetOrGenomicRanges': chrInfo(object)

Arguments

object
A GenoSet object or similar

Value

  • list with start and stop position, by ordered chr

Examples

Run this code
data(genoset,package="genoset")
  chrInfo(genoset.ds)
  chrInfo(rowRanges(genoset.ds))  # The same

Run the code above in your browser using DataLab