updateMethyGenoSet {methyAnalysis} | R Documentation |
Update old version eSet-based MethyGenoSet objects to the SummarizedExperiment-based MethyGenoSet object
updateMethyGenoSet(methyGenoSet)
methyGenoSet |
old version eSet-based MethyGenoSet object |
This function aims to convert the previously saved eSet-based MethyGenoSet objects to the SummarizedExperiment-based MethyGenoSet objects.
Note: Users may see errors when loading the previous saved the eSet-based MethyGenoSet objects. In this case, use "attach" instead of "load".
A SummarizedExperiment-based MethyGenoSet object
Pan Du