saveBismark {DMRcaller} | R Documentation |
This function takes as input a GRanges
object generated with
readBismark
and saves the output to a file using
Bismark CX report format.
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
# load methylation data object data(methylationDataList) # save one dataset to a file saveBismark(methylationDataList[["WT"]], "chr3test_a_thaliana_wt.CX_report")