deconvolute_mcp_counter: Deconvolute using MCP-counter

View source: R/immune_deconvolution_methods.R

deconvolute_mcp_counterR Documentation

Deconvolute using MCP-counter

Description

Deconvolute using MCP-counter

Usage

deconvolute_mcp_counter(
  gene_expression_matrix,
  feature_types = "HUGO_symbols",
  ...
)

Arguments

gene_expression_matrix

a m x n matrix with m genes and n samples

feature_types

type of identifiers used for expression features. May be one of ⁠"affy133P2_probesets","HUGO_symbols","ENTREZ_ID"⁠

...

passed through to original MCP-counter function. A native argument takes precedence over an immunedeconv argument (e.g. featureType takes precedence over feature_types) See MCPcounter.estimate.


grst/immunedeconv documentation built on Nov. 10, 2023, 1:33 a.m.