R/preprocessing.R
filter_by_mad.Rd
Keeps features with highest MAD values.
filter_by_mad(data_list, top_n = 5000)
List of data matrices.
Number of top features to keep.
List of filtered matrices.