This function select probes with the largest variance

feature_selection(D, number = 5000)

Arguments

D

The matrix of dimension patients*probes.

number

number of largest variance probes to keep

Value

This function return the D matrix with selected probes.