featurefilter {M3C}R Documentation

featurefilter: A function for filtering features based on the coefficient of variance

Description

featurefilter: A function for filtering features based on the coefficient of variance

Usage

featurefilter(mydata, percentile = 10)

Arguments

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

Value

A filtered data frame

Examples

filtered <- featurefilter(mydata,percentile=10)

[Package M3C version 1.6.0 Index]