create_maplot: Create MA plot

Description Usage Arguments Value Examples

View source: R/create_MAplot.R

Description

Function to create Mean-Average (Bland-Altmann) plots showing the log-fold changes in gene expression versus the average expression of that gene.

Usage

1
create_maplot(res, analysis = "limma")

Arguments

res

The output of either run_edger, run_limma, or run_deseq2.

analysis

The analysis method - one of "edger", "voom", or "deseq2".

Value

MA plot in PNG and PDF formats.

Examples

1
2
3
4
## Not run: 
create_maplot(results, analysis = "edger")

## End(Not run)

anilchalisey/parseR documentation built on May 7, 2019, 7:45 a.m.