sort_mad {geneExpression} R Documentation

take top n expression feature by rank expression MAD value desc

Description

Usage

sort_mad(x,
    top = 10000);

Arguments

x

[as Matrix]

top

[as integer]

Details

Authors

phenotype_kit

Value

a new expression matrix object that only contains the top n gene feature rows which is sorted by the MAD value of each gene feature row in descending order, the tag of the generated matrix is formatted as sort_mad({tag}).

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]