Learn R Programming

reb (version 1.50.0)

buildChromCytoband: Construct a chromLocation object from a cytoband environment

Description

Construct a chromLocation object from a cytoband environment. Human, Rat, and Mouse are currently possible.

Usage

buildChromCytoband(organism = "h")

Arguments

organism
character, "h" for human, "m" for mouse, and "r" for rat.

Value

a chromLocation object

See Also

buildChromLocation

Examples

Run this code
  humanBands <- buildChromCytoband("h")
  humanBands@chromLocs[["1"]]
  

Run the code above in your browser using DataLab