NormalizeExpression | R Documentation |
Normalizes gene expression in the PISCESgexp assay. Stores normalized counts in 'data' field. Additionally, generates a scaled matrix (interpretable as an internal GES) to the 'scale.data' field.
NormalizeExpression(pisces.obj, method = c("cpm", "pflogpf"), filt.per = 0.01)
pisces.obj |
A Seurat object with the PISCESgexp assay. |
method |
One of 'cpm' or 'pflogpf' |
filt.per |
Threshold value for gene filtration; genes w/ less than filt.per * num.samps total counts will be removed. Default of 0.01. |
A Seurat object with normalized expression in the 'data' field of the PISCESgexp assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.