CIBERSORT_abs_NF: CIBERSORT_abs_NF

View source: R/CIBERSORT_abs_NF.R

CIBERSORT_abs_NFR Documentation

CIBERSORT_abs_NF

Description

Function that generates the absolute deconvolution plot with the CIBERSORT method, with the non-fractional plot, and returns a df resulting from the deconvolution.

Usage

CIBERSORT_abs_NF(matrix, sig.matrix, results_dir, height = 10, name = FALSE)

Arguments

matrix

expression matrix, this matrix must be in .txt format, organized in tabulated columns with one column containing the list of genes, with the name Gene.symbol, Gene.Symbol or Geneid, and in the rest of the columns the names of the samples and the expression values for the genes. (Example. Counts.HUMAN_nodup_Sal_Veh_IPs_INPUTs.txt).

sig.matrix

Signature matrix, this matrix must be in .txt format, organized in tabulated columns with one column containing the list of genes, with the name Gene.symbol, Gene.Symbol or Geneid, and in the rest of the columns the cell types and the expression values for the genes. (Example. Monaco-ABIS_Immune11_Microarray.txt).

results_dir

Directory to which the graphics will be generated.

height

Number that defines the height of the graph, to increase or decrease the height, which has a default value of 10.

name

Alternative name for the chart, which by default has the structure Sig_type_method.matrixName_Plot.png (Example. "graph_1")

Value

Returns the generated graph and the df of the deconvolution.

Author(s)

Nidia Barco Armengol

Examples

CIBERSORT_abs_NF("Counts.HUMAN_nodup_Sal_Veh_IPs_INPUTs.txt", "Monaco-ABIS_Immune11_Microarray.txt", results_dir = "/bicoh/nidia/Deconv/Brain_MMartin/test", height= 8, name= "MONACO")

margenomics/Deconvolution documentation built on March 19, 2022, 5:44 a.m.