# Producing a selected gene expression matrix using one of the
# probe ranking options
# Load in a test file
data_file <- system.file("extdata", "GSE2034.normalized.expression.txt",
package="multiClust")
data <- input_file(data_file)
selected_probes <- probe_ranking(input=data_file, probe_number=300,
probe_num_selection="Fixed_Probe_Num", data.exp=data, method="CV_Rank")
Run the code above in your browser using DataLab