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)
|
Loading required package: ade4
ax1_agilent_positive ax1_agilent_negative ax1_hgu133_positive
1 S100B.agilent SCNN1A.agilent GPNMB.hgu133
2 ST8SIA1.agilent FAM83B.agilent S100B.hgu133
3 C10orf90.agilent NSUN7.agilent S100A1.hgu133
ax1_hgu133_negative ax1_hgu133p2_positive ax1_hgu133p2_negative
1 GSTO2.hgu133 C6orf218.hgu133p2 TSPAN8.hgu133p2
2 EGFR.hgu133 CSPG4.hgu133p2 DSP.hgu133p2
3 AREG.hgu133 POU3F2.hgu133p2 LAMA3.hgu133p2
ax1_hgu95_positive ax1_hgu95_negative
1 PLP1.hgu95 IGFBP4.hgu95
2 SOX10.hgu95 S100A14.hgu95
3 ACP5.hgu95 FERMT1.hgu95
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.