MCPcounter: Enrichment score Methods of MCPcounter

McpcounterR Documentation

Enrichment score Methods of MCPcounter

Description

Enrichment score Methods of MCPcounter

Usage

Mcpcounter(
  bulkdata,
  signature = NULL,
  featuresType = c("affy133P2_probesets", "HUGO_symbols", "ENTREZ_ID", "ENSEMBL_ID")[2]
)

Arguments

bulkdata

A matrix with genes in rows and samples in columns.

signature

A data-frame containing signatures of different cell types. and default is NULL.

featuresType

gene ID,it can be "affy133P2_probesets", "HUGO_symbols","ENTREZ_ID"or "ENSEMBL_ID".

Value

A data frame of Mixed cellular Enrichment score.

Examples


 Bulk <- Bulk_GSE60424
 res <- Mcpcounter(bulkdata = Bulk)


libcell/deconvBench documentation built on Sept. 24, 2022, 12:36 p.m.