Description Usage Arguments Value Author(s) Examples
This function pools together two methylation datasets.
1 | poolTwoMethylationDatasets(methylationData1, methylationData2)
|
methylationData1 |
a |
methylationData2 |
a |
the methylation data stored as a GRanges
object with four metadata columns (see methylationDataList
).
Nicolae Radu Zabet
1 2 3 4 5 6 | # load methylation data object
data(methylationDataList)
# save the two datasets together
pooledMethylationData <- poolTwoMethylationDatasets(methylationDataList[[1]],
methylationDataList[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.