Description Usage Arguments Details Value Author(s) Examples
Used inside dasenrank
to generate the quantiles for both type 'I' and type 'II' probes to normalise DNA methylation data using bigmelon.
1 | getquantilesandranks(gds, node, onetwo, rank.node = NULL, perc = 1)
|
gds |
A gds.class object |
node |
A gdsn.class object, or a character string that refers to a node within supplied gds. |
onetwo |
gdsn.class object OR character string that refers to location in gds that contains information relating to probe design OR vector of length equal to the number of rows in the array that contains 'I' and 'II' in accordance to Illumina HumanMethylation micro-array design. This can be obtained with fot(gds) |
rank.node |
Default = NULL. If supplied with character string, function will calculate the ranks of given node and store them in gds. Additionally, the computed quantiles will now instead be attributed to rank.node which can be accessed with |
perc |
A number between 0 and 1 that relates to the given proportion of columns that are used to normalise the data. Default is set to 1, but in cases where there many of samples to normalise this number can be reduced to increase speed of code. |
Used in dasenrank
, can be used externally for testing purposes.
If rank.node is NULL. A list containing quantiles, intervals and supplied probe design will be returned.
If rank.node was supplied, nothing will be returned. Instead a new node will be created in given gds that has the otherwise returned list attached as an attribute. Which can be accessed with get.attr.gdsn
Tyler Gorrie-Stone Who to contact: <t.gorrie-stone@qmul.ac.uk>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.