Description Usage Arguments Details Value Author(s) Examples
Internal bigmelon functions, not intended for end user. What are you doing here!?
1 2 3 4 |
file |
A character string specifying the name of the .gds file to write to. |
gds |
Either a gds.class object, or a character string specifying an existing .gds file. |
x |
A gds.class object |
i |
rows (probes) to select for subsetting |
j |
columns (samples) to select for subsetting |
drop |
passed on to '[' indexing operator. |
newgds creates a new .gds file stub with the given name. handle is used by app2gds to return a file handle for the given object. findgdsobj is used by handle to search the workspace for a gds.class object linked to the file name specified. subSet is used by internal functions to select a subset of rows (probes) and columns (samples) from a .gds file (overwriting the existing).
Nothing.
Leonard C Schalkwyk, Ayden Saffari, Tyler Gorrie-Stone Who to contact: <t.gorrie-stone@qmul.ac.uk>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.