metaGE.pvalplot | R Documentation |
The function metaGE.pvalplot displays the pvalue distribution and the QQplot of the -log10(pvalues).
metaGE.pvalplot(Pvalues, Main = "")
Pvalues |
A vector containing pvalues. |
Main |
The main to display.(optional) |
No return value, the plot is displayed in the active graphics window.
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.