featurefilter {M3C} | R Documentation |
featurefilter: A function for filtering features based on the coefficient of variance
featurefilter(mydata, percentile = 10)
mydata |
Data frame: should have samples as columns and rows as features |
percentile |
Numerical value: the top X percent most variable features should be kept |
A filtered data frame
filtered <- featurefilter(mydata,percentile=10)