gds2mlumi {bigmelon} | R Documentation |
Convert a Genomic Data Structure object back into a methylumi object, with subsetting features.
gds2mlumi(gds, i, j) gds2mset(gds, i, j, anno)
gds |
a gds object |
i |
Index of rows |
j |
Index of Columns |
anno |
If NULL, function will attempt to guess the annotation to be used. Otherwise can be specified with either "27k", "450k", "epic" or "unknown". |
A methylumi object
Tyler Gorrie-Stone Who to contact: <t.gorrie-stone@qmul.ac.uk>
data(melon) e <- es2gds(melon, "melon.gds") gds2mlumi(e) closefn.gds(e) unlink("melon.gds")