pattern_representatives {geneExpression} R Documentation

get the top n representatives genes in each expression pattern

Description

Usage

pattern_representatives(pattern,
    top = 3);

Arguments

pattern

an @T:SMRUCC.genomics.Visualize.ExpressionPattern.ExpressionPattern. [as ExpressionPattern]

top

[as integer]

Details

Authors

phenotype_kit

Value

a tuple list of the representative gene id set: the slot key of the list is the cluster tag(#1, #2, ...) and the slot value is a character vector of the gene id of the top n members in the corresponding cluster, which is sorted by the membership value in descending order.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]