Description Usage Arguments Value Examples
Summarize probe-set using median of each unique probe and only takes in data matrix with the same number of probes per unique probe-set.
1 | med.sum.pbset(data, pbset.id = NULL, num.per.unipbset = 10)
|
data |
dataset to be summarized. The dataset must have rows as probes and columns as samples. It must be a data matrix with the same number of probes per unique probe-set. If it is already on the probe-set level, no manipulation will be done. |
pbset.id |
a vector of unique probe-set names. If it is not specified, then by default it is set to be the unique probe names of the data. |
num.per.unipbset |
number of probes for each unique probe-set.
By default, |
probe-set median summarized data
1 2 3 4 5 | ## Not run:
uhdata.psl <- med.sum.pbset(data = uhdata.pl,
num.per.unipbset = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.