Description Usage Arguments Value Author(s) Examples
The user level function calls topVar.mcia
or
topVar.cia
. This function provides a method selecting
top weighted variables (genes) on an axis (either positive side or negative side or both).
1 |
x |
an object of class |
axis |
an interger to sepecify which axis to check |
end |
which end of the axis to check, could be |
topN |
An integer. The number of top weighted variable to return. |
Returns a data.frame contains selected variables.
Chen Meng
1 2 3 | data(NCI60_4arrays)
mcoin <- mcia(NCI60_4arrays)
topVar(mcoin, axis = 1, end = "both", topN = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.