FSbyMAD {CancerSubtypes} | R Documentation |
Biological feature (such as gene) selection based on the most variant Median Absolute Deviation (MAD).
FSbyMAD(Data, cut.type = "topk", value)
Data |
A data matrix representing the genomic data measured in a set of samples. For the matrix, the rows represent the genomic features, and the columns represents the samples. |
cut.type |
A character value representing the selection type. The optional values are shown below:
|
value |
A numeric value. |
An extracted subset data matrix with the most variant MAD features from the input data matrix.
Xu,Taosheng taosheng.x@gmail.com, Thuc Le Thuc.Le@unisa.edu.au
data(GeneExp) data1=FSbyMAD(GeneExp, cut.type="topk",value=1000)