plotMAPE: Plot MAPE outcomes

Description Usage Arguments Value Examples

View source: R/plotMAPE.R

Description

This function will plot two figures. The first figure is the Venn diagram to show the overlapped enriched pathways identified by MAPE_G, MAPE_P and MAPE_I. The second figure is the heatmap of the q-values of enriched pathways.

Usage

1
plotMAPE(MAPE.obj, cutoff, MAPE.method = c("MAPE_I", "MAPE_P", "MAPE_G"))

Arguments

MAPE.obj

The output of MAPE.

cutoff

The q-value cutoff.

MAPE.method

The MAPE method of interest.

Value

A heatmap of q-values of enriched pathways will be plotted. When plot the heatmap, if the MAPE.method is MAPE_I, it will plot the q-values of enriched pathways for each individual study and q-values computed by three MAPE methods. if the MAPE.method is MAPE_P, it will plot the q-values of enriched pathways for each individual study and q-values computed by the MAPE_P method. if the MAPE.method is MAPE_G, it will plot the q-values of enriched pathways for each individual study and q-values computed by the MAPE_G method.

Examples

1
2
3
4
## Not run: 
plot.MAPE(MAPE.obj, cutoff=0.05, MAPE.method = "MAPE_I") 

## End(Not run)

MetaPath documentation built on May 2, 2019, 3:27 a.m.