gene_quantile_filter: Gene expression filter by quantile

gene_quantile_filterR Documentation

Gene expression filter by quantile

Description

This function first removes rows in which the max value equals the min value and then filters the resulting genes by row medians. Rows with a median greater than the resulting value of the quantile are retained.

Usage

gene_quantile_filter(expr_mat, quant_val = 0.05)

Arguments

expr_mat

an expression matrix of class matrix

quant_val

quantile threshold

Value

filtered by quantile expresion matrix


lefeverde/lefutils documentation built on May 19, 2023, 4 p.m.