getCytobands | R Documentation |
TapestriExperiment
getCytobands()
retrieves the chromosome arm and cytoband for each probe based on stored positional data and saves them in rowData
.
This is run automatically as part of createTapestriExperiment()
.
Note: Some downstream smoothing and plotting functions may fail if chromosome arms are not present in rowData
.
getCytobands(TapestriExperiment, genome = "hg19", verbose = TRUE)
TapestriExperiment |
|
genome |
Character, reference genome to use. Only hg19 is currently supported. |
verbose |
Logical, if |
TapestriExperiment
object with rowData
updated to include chromosome arms and cytobands.
tap.object <- newTapestriExperimentExample() # example TapestriExperiment object
tap.object <- getCytobands(tap.object, genome = "hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.