Data_prep1: data prep: removing genes with no expression, removing zero...

Description Usage

View source: R/core.R

Description

data prep: removing genes with no expression, removing zero gexp values, scaling with maximum gene expression, removing outliers input- normalised gexp matrix(genes x cells) output- list with precessed data, scaling factors, outliers, genes not expressed and genes with low counts

Usage

1
2
3
4
5
6
7
Data_prep1(
  data,
  filter.genesNotExpressed = T,
  remove.zeros = T,
  scale.WithMaxGexp = T,
  remove.outliers = T
)

samychillara/ScRB documentation built on March 4, 2021, 12:53 a.m.