View source: R/IBRIDGE_overlaps.R
IBRIDGE_overlaps | R Documentation |
IBRIDGE_Overlaps Integrates bulk with single-cell (or cell line) gene expression data and identifies features that can classfy cells into "inflamed" and "cold" bins.
IBRIDGE_overlaps(
seu1,
type = "ens",
cohort = c("ACC", "BLCA", "CESC", "CHOL", "COAD", "ESCA", "GBM", "HNSC", "KICH",
"KIRC", "KIRP", "LGG", "LIHC", "LUAD", "LUSC", "MESO", "OV", "PAAD", "PRAD", "READ",
"SARC", "SKCM", "STAD", "THCA", "UCEC", "UCS"),
norm_method = "SCTransform"
)
seu1 |
Output of UMI count matrix normalized by Seurat workflows. |
type |
type of gene identifier the dataset has. "ens" for ensembl IDs and "gene" for HUGO gene exymbols. Defaults to "ens" |
cohort |
one of 28 solid tumor cohorts from TCGA database. The cancer cohort from which the single-cell gene expression dataset is generated. |
norm_method |
"SCTransform" or "NormalizeData". Defaults to "SCTransform" |
list of 2 elements. One for "inflamed" and one for "cold" features.
Tolga Turan, tolga.turan@abbvie.com
http://github.com/tolgaturan-github/IBRIDGE
IBRIDGE_features<-IBRIDGE_overlaps(seu1, "LUAD", "SCTransform")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.