feature_selection.RdThis function select probes with the largest variance
feature_selection(D, number = 5000)
| D | The matrix of dimension patients*probes. |
|---|---|
| number | number of largest variance probes to keep |
This function return the D matrix with selected probes.