Skip to contents

Select genes with the highest mean expression across samples.

Usage

genes_top_mean(phyex_set, p = 0.99)

Arguments

phyex_set

A PhyloExpressionSet object

p

Quantile threshold for gene selection (default: 0.99)

Value

Character vector of gene IDs with mean expression >= p quantile

Details

This function identifies genes with the highest mean expression levels, which are often the most reliably detected and functionally important.

Examples

# Select top 1% most expressed genes by mean
# high_expr_genes <- genes_top_mean(phyex_set, p = 0.99)