Description Usage Arguments Details Value Note Author(s) Examples
Function will attempt to combine together the shared gdsn.class nodes between two gds object depending on the dimensions of the primary gds.class object.
1 |
file |
Name of the new gds file to be created. |
primary |
A gds.class object. |
secondary |
A gds.class object. |
–EXPERIMENTAL– Will crudely combine shared nodes between primary and secondary based on the dimensions / rownames of the primary node. NAs will be coerced where probes are missing from secondary gds.
Currently will only look for nodes with the names "betas", "methylated", "unmethylated", "pvals" and "NBeads".
Returns (and creates) as new gds file in the specified location with the combination of two gds objects together.
Will lose information relating to "pData". Therefore we recommend compiling separate pData object manually and adding combined pData post-function
Tyler Gorrie-Stone <t.gorrie-stone@qmul.ac.uk>
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.