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
1 2 3 4 5 6 7 | Data_prep1(
data,
filter.genesNotExpressed = T,
remove.zeros = T,
scale.WithMaxGexp = T,
remove.outliers = T
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.