qqplot_JH: Plots the pvalue quantiles against the uniform distribution....

Description Usage Arguments Examples

Description

Plots the pvalue quantiles against the uniform distribution. If adjusted pvalues are present, colors those that pass cutoff red

Usage

1
2
3
qqplot_JH(pvaldf, pval_colid = "pval", adj_pval_colid = "padj",
  adj_pval_cutoff = 0.05,
  title = "Quantile-quantile plot of p-values against Uniform distribution")

Arguments

pvaldf

dataframe, required

pval_colid

character string, column header of column containing unadjusted pvalues, required

adj_pval_colid

character string, column header of column containing adjusted pvalues, required

adj_pval_cutoff,

optional, defaults to 0.05

title,

optional, defaults to "Quantile-quantile plot of p-values against Uniform distribution"

Examples

1
qqplot_JH(df, pval_colid="pval", adj_pval_colid="padj", adj_pval_cutoff=0.05, title="My qqplot")

hbc/CHBUtils documentation built on May 17, 2019, 3:07 p.m.