gene_quantile_filter | R Documentation |
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.
gene_quantile_filter(expr_mat, quant_val = 0.05)
expr_mat |
an expression matrix of class matrix |
quant_val |
quantile threshold |
filtered by quantile expresion matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.