sigfeatureRankedList {sigFeature} | R Documentation |
The variable "sigfeatureRankedList" contains the output of the function named "sigFeature()".
data("sigfeatureRankedList")
The format is: int [1:2204] 2064 370 2032 2035 1519 1573 1446 2105 997 611 ...
The dataset contains the ranked feature address which can indicate the expression values inside the expression dataset.
sigfeatureRankedList |
returns the feature list. |
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE2280
Guyon, I., et al. (2002) Gene selection for cancer classification using support vector machines, Machine learning, 46, 389-422.
data(sigfeatureRankedList) ## maybe str(sigfeatureRankedList) ; plot(sigfeatureRankedList) ...