pqq {omics}R Documentation

Quantile-Quantile Plot for pp-values

Description

Computes value to produce a quantile-quantile plot in log10-log_10 scale of the given pp-values.

Usage

    pqq(ps)

    pqq.ci(n, level=0.95)

Arguments

ps

a (non-empty) numeric vector of pp-values.

n

number of pp-values.

level

significance level.

Value

For pqq, a list containing the following components (all in log10-log_10 scale):

x

a vector of (sorted) expected pp-values.

y

a vector of (sorted) observed pp-values.

For pqq.ci, a matrix with the lower and upper bounds for the confidence interval at the given significance level.


[Package omics version 0.1-5 Index]