scQ: scQ (single cell quantile normalization) for scRNAseq data

Description Usage Arguments Value Examples

Description

scQ (single cell quantile normalization) for scRNAseq data

Usage

1
scQ(data, thr)

Arguments

data

Expression data frame with genes in rows.

thr

cells with detected genes less than thr+1 would be thrown away. Also after normalization only thr number of genes would have non zero epression in each cell.

Value

normalized data as a data frame retaining orginal row and column names

Examples

1
norm_Data <- scQ(fpkm_data,1000) # scQ normalization

GIS-SP-Group/RCA documentation built on May 6, 2019, 5:30 p.m.