Description Usage Arguments Value Author(s) Examples
View source: R/generalFunctions.R
Returns a GRanges
object spanning from the first cytocine until
the last one on each chromosome
1 | getWholeChromosomes(methylationData)
|
methylationData |
the methylation data stored as a |
a GRanges
object will all chromosomes.
Nicolae Radu Zabet
1 2 3 4 5 | # load the methylation data
data(methylationDataList)
# get all chromosomes
chromosomes <- getWholeChromosomes(methylationDataList[["WT"]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.