expr_ranking {geneExpression} R Documentation

make the abundance ranking of the gene features in each sample group

Description

Usage

expr_ranking(x, sampleinfo);

Arguments

x

a gene expression matrix object. [as Matrix]

sampleinfo

the sample group information data: the gene expression value of the sample columns in the same sample group will be averaged at first, and then the ranking is evaluated based on the averaged value of each sample group. [as SampleInfo]

Details

Authors

phenotype_kit

Value

a vector of the geneExpression.ranking() data object: the abundance ranking of each gene feature in each sample group.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]