deconvo_mcpcounter: Estimating immune microenvironment using MCP-counter

View source: R/deconvo_tme.R

deconvo_mcpcounterR Documentation

Estimating immune microenvironment using MCP-counter

Description

Estimating immune microenvironment using MCP-counter

Usage

deconvo_mcpcounter(eset, project = NULL)

Arguments

eset

expression set with genes at row, sample ID at column

project

project name used to distinguish different data sets

Value

MCPcounter with immune cell fractions

Author(s)

Dongqiang Zeng

Examples

# Loading TCGA-STAD expresion data(raw count matrix)
data(eset_stad, package = "IOBR")
eset <- count2tpm(countMat = eset_stad, source = "local", idType = "ensembl")
mcp_result<-deconvo_mcpcounter(eset = eset, project = "TCGA-STAD")


IOBR/IOBR documentation built on May 5, 2024, 2:34 p.m.