Description Usage Arguments Value Examples
Truncate probe-level dataset so that it has a fixed number of probes per unique probe-set. We are safe to do so if the variation among replicates for the same probe is small.
1 | per.unipbset.truncate(data, pbset.id = NULL, num.per.unipbset = 10)
|
data |
probe-level dataset. The dataset must have rows as probes and columns as samples. |
pbset.id |
a vector of unique probe-set names.
By default, |
num.per.unipbset |
number of probes for each unique probe-set to be truncated to.
By default, |
truncated probe-level data
1 2 | uhdata.pl.p5 <- per.unipbset.truncate(data = uhdata.pl,
num.per.unipbset = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.