Box_Deconv: Box_Deconv Box_Deconv Function that generates a boxplot...

View source: R/Box_Deconv.R

Box_DeconvR Documentation

Box_Deconv Box_Deconv Function that generates a boxplot comparing two conditions for each cell type from a df and a condition vector.

Description

Box_Deconv Box_Deconv

Function that generates a boxplot comparing two conditions for each cell type from a df and a condition vector.

Usage

my_comparisons

Arguments

data

Data Frame resulting from the deconvolution.

cond

Vector that assigns a condition to each sample of the data frame.

results_dir

Directory to which the graphics will be generated.

f_name

Name you want to give to the file, by default it is "Deconvolution Boxplot".

Format

An object of class list of length 3.

Value

The function returns the boxplots graph in the specified directory.

Author(s)

Nidia Barco Armengol

Examples

Box_Deconv(data= C_abs, cond= fractions, results_dir = "/bicoh/nidia/Deconv/Brain_MMartin/test", f_name= "Box_CIBERSORT_abs")

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