View source: R/RTAM_normalization.R
RTAM_normalization | R Documentation |
RTAM1/2 normalization designed for but not limited to scRNA-seq data
RTAM_normalization(mat, method, Min_nGn, Optimizing)
mat |
The raw data matrix has genes as rows and cells as columns |
Genes |
are annotated with their genomic location (start and end locations) |
Order_Matrix |
is the original order of genes in the raw data |
MinNumGenes |
is a threshold used to exclude poor QC cells that have few detectable genes (default= minimum of 250 genes). |
OptNumGenes |
is the number of genes that when employed for RTAM normalization will optimally minimize the variance across cells of gene-set average expression |
The output is RTAM1 or 2 normalzied data at higher sensitivity, specificity and acuracy for all transcriptions (at loqwe, intermediate and higher levels)
Please refer to the reference and supplemental materials described in the README for additional details.
Ali Mahdipour-Shirayeh, Princess Margaret Cancer Centre, University of Toronto
CV_for_RTAM1 <- RTAM_normalization(mat=raw_data, method="RTAM2", Min_nGn=250, Optimizing=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.