filter_norm_data: Clean (and normalize) the data

Description Usage Arguments Value Author(s)

View source: R/filter_norm_data.R

Description

Clean (and normalize) the data

Usage

1
filter_norm_data(mtx, norm, percExp, qExp)

Arguments

mtx

single cell matrix (cells in columns / genes in rows)

norm

perform Seurat's normalization (True) or not (False)

percExp

percentage of cells in which the gene has to be expressed to be considered

qExp

quantile above which the genes are considered (QC step)

Value

cleaned (and normalized) matrix

Author(s)

Celine Barlier


BarlierC/FunPart documentation built on Dec. 17, 2021, 10:45 a.m.