Description Usage Arguments Details Value Author(s) See Also Examples
This function will append a MethyLumiSet object to a gds file and return a gds.class object.
1 | app2gds(m, bmln)
|
m |
The MethyLumiSet object to be appended to the gds file, with the same number of rows as the gds file. |
bmln |
Either: A gds.class object Or: A character string specifying the filepath of an existing .gds file to write to. Or: A character string specifying the file path of a new .gds file to write to |
Currently this function only takes a MethyLumiSet object as the only type of eligible input. This function will also produce unexpected results if the number of rows of the new object does not match the existing .gds file. Hopefully the function will noisily fail if this is the case however to prevent any errors from occuring it is recommended that raw idat files are read in using readEPIC
or appended with iadd
or iadd2
to ensure that all rows are of the same length and have the same annotation.
A gds.class object pointed towards the newly appended .gds file.
Leonard C Schalkwyk, Ayden Saffari, Tyler Gorrie-Stone Who to contact: <t.gorrie-stone@qmul.ac.uk>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.