plot_single_qq: Perform a qqplot between two columns of a matrix.

View source: R/plot_distribution.R

plot_single_qqR Documentation

Perform a qqplot between two columns of a matrix.

Description

Given two columns of data, how well do the distributions match one another? The answer to that question may be visualized through a qq plot!

Usage

plot_single_qq(data, x = 1, y = 2, labels = TRUE)

Arguments

data

Data frame/expt/expressionset.

x

First column to compare.

y

Second column to compare.

labels

Include the lables?

Value

a list of the logs, ratios, and mean between the plots as ggplots.

See Also

[Biobase]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.