Description Usage Arguments Value Examples
Title Filter out genes with expression level below threshold (thre) if the max expression level of gene is below thre, then drop the gene.
1 | FilterGenesExpr(DF, thre = 3)
|
DF |
dataframe with each row represents a gene and each column represents a cell |
thre |
expression levele threshold |
A dataframe
1 | high_gene_expr_mtx <- FilterGenesExpr(matx,thre=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.