View source: R/CIBERSORT_abs_NF.R
CIBERSORT_abs_NF | R Documentation |
Function that generates the absolute deconvolution plot with the CIBERSORT method, with the non-fractional plot, and returns a df resulting from the deconvolution.
CIBERSORT_abs_NF(matrix, sig.matrix, results_dir, height = 10, name = FALSE)
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") |
Returns the generated graph and the df of the deconvolution.
Nidia Barco Armengol
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.