buildChromCytoband: Construct a chromLocation object from a cytoband environment

Description Usage Arguments Value Author(s) See Also Examples

View source: R/reb.R

Description

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

Usage

1
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

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

reb documentation built on April 28, 2020, 8:35 p.m.