buildChromCytoband {reb}R Documentation

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

Author(s)

Karl J. Dykema, karl.dykema@vai.org Kyle A. Furge, kyle.furge@vai.org

See Also

buildChromLocation

Examples

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

[Package reb version 1.16.0 Index]