View source: R/Classify_cells.R
Classify_cells | R Documentation |
Classify single-cells or in vitro cell lines Classifies the input single-cell or in vitro cell line data into "inflamed", "cold" or "unassigned" bins
Classify_cells(
seu1,
iBRIDGE_features,
norm_method = "SCTransform",
n_cores = 1
)
seu1 |
Output of UMI count matrix normalized by Seurat workflows |
iBRIDGE_features |
Output of IBRIDGE_overlaps function. |
norm_method |
"SCTransform" or "NormalizeData". Defaults to "SCTransform" |
n_cores |
Integer of length 1. Specifies the number of parallel cores running the function. Defaults to 1 |
A seurat_object with metadata updated with iBRIDGE classification
Tolga Turan, tolga.turan@abbvie.com
http://github.com/tolgaturan-github/IBRIDGE
seu1<-Classify_cells(seu1, iBRIDGE_feautures, "SCTransform", 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.