FilterGenesExpr: Title Filter out genes with expression level below threshold...

Description Usage Arguments Value Examples

View source: R/2_Clean.R

Description

Title Filter out genes with expression level below threshold (thre) if the max expression level of gene is below thre, then drop the gene.

Usage

1
FilterGenesExpr(DF, thre = 3)

Arguments

DF

dataframe with each row represents a gene and each column represents a cell

thre

expression levele threshold

Value

A dataframe

Examples

1
high_gene_expr_mtx <- FilterGenesExpr(matx,thre=5)

Irenexzwen/SingleCellAnalysisFunc documentation built on Nov. 11, 2020, 10:17 a.m.