Learn R Programming

metaGE (version 1.2.2)

metaGE.pvalplot: Display visual checks of pvalues.

Description

The function metaGE.pvalplot displays the pvalue distribution and the QQplot of the -log10(pvalues).

Usage

metaGE.pvalplot(Pvalues, Main = "")

Value

No return value, the plot is displayed in the active graphics window.

Arguments

Pvalues

A vector containing pvalues.

Main

The main to display.(optional)

Examples

Run this code
# Import the data
data("metaData")

# Compute the inter-environment correlation matrix
matCorr <- metaGE.cor(metaData, Threshold = 0.8)

# Fit the Fixed Effect model
FeDF <- metaGE.fit(metaData, matCorr, Method = "Fe")

# Check the pvalues
metaGE.pvalplot(Pvalues = FeDF$PVALUE, Main= "Pvalue Fe")

Run the code above in your browser using DataLab