Description Usage Arguments Value Author(s) Examples
This function takes as input a GRanges
object generated with
readBismark
and saves the output to a file using
Bismark CX report format.
1 | saveBismark(methylationData, filename)
|
methylationData |
the methylation data stored as a |
filename |
the filename where the data will be saved. |
Invisibly returns NULL
Nicolae Radu Zabet
1 2 3 4 5 | # load methylation data object
data(methylationDataList)
# save one dataset to a file
saveBismark(methylationDataList[["WT"]], "chr3test_a_thaliana_wt.CX_report")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.