FilterGenesMinCells: Title Delete genes expressed lower than min_cell. if...

Description Usage Arguments Value

View source: R/2_Clean.R

Description

Title Delete genes expressed lower than min_cell. if min_cell=0, then it will delete genes with zero expression level across all cells.

Usage

1
FilterGenesMinCells(count_table, min_cell = 3)

Arguments

count_table

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

min_cell

int (default 3), minimum number of cells that a gene manifests.

Value

Filtered single cell expressed profile.


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