View source: R/SCTransform_norm.R
SCTransform_normalization | R Documentation |
SCTransform based scRNAseq Workflow This function accepts UMI count matrix and patient metadata as arguments and replaces NormalizeData(), ScaleData(), and FindVariableFeatures() functions from the Seurat package The function also performs UMAP dimensio reduction and clustering
SCTransform_normalization(countmatrix, metadata)
countmatrix |
Numeric matrix of UMI counts genes as rows and cell_ids as columns from malignant subset of the scRNAseq data This matrix is usually a subset of a scRNAseq dataset profiling the whole TIME. |
metadata |
Character vector (1-dimension) of length matching the cell count for the input countmatrix Preferably all or at least 1 feature in each geneset must be present in the rownames of the expression matrix. |
A seurat object with SCTransform normalized counts and PErson residuals as well as patient metadata and dimension reduction slots
Tolga Turan, tolga.turan@abbvie.com
http://github.com/tolgaturan-github/IBRIDGE
seurat_object1<-SCTransform_normalization(countmatrix1, patient_metadata1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.