Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/selectVar.mcia.R
The selection of variables based on co-ordinates of MCIA
variable space. The function is called by selectVar
1 2 3 4 |
x |
An object of class |
axis1 |
Integer, the column number for the x-axis. The default is 1. |
axis2 |
Integer, the column number for the y-axis. The default is 2. |
a1.lim |
The limited range of x-axis of selected. It could be either a vector (containing
2 numbers, the first value limiting the lower boundary, the second
value limiting the upper boundary) or a list of vectors, each of which
contains two number. If it is a |
a2.lim |
The limited range of y-axis. |
sepID.data |
See |
sepID.sep |
See |
... |
Other arguments |
mcia
projecting variables (genes) from different datasets
to a lower dimensional space. This function supplies a method selecting
variables according to the co-ordinates of variables.
Returns a data.frame describing which variables are presented on which data.frames within the limited region(s).
Chen Meng
See Also as selectVar.cia
, selectVar
1 2 3 | data(NCI60_4arrays)
mcoin <- mcia(NCI60_4arrays)
selectVar(mcoin, a1.lim=c(1, Inf))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.