feature_selection: Function to select probes with a high variance

Description Usage Arguments Value

View source: R/pre_treatments.R

Description

This function select probes with the largest variance

Usage

1
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.


bcm-uga/medepir documentation built on Oct. 11, 2020, 2 a.m.