MarrPlotSamplepairs: Plot percent reproducible features per sample pair for...

Description Usage Arguments Value Examples

View source: R/plots.R

Description

This function plots a histogram showing the sample pairs along the y-axis and percent reproducible features per sample pair on the x-axis.

Usage

1
2
3
4
5
MarrPlotSamplepairs(
  object,
  xLab = "Percent reproducible features per sample pair",
  yLab = "Sample pair"
)

Arguments

object

a Marr object from Marr

xLab

label for x-axis. Default is 'Percent reproducible features per sample pair for pairwise replicates'.

yLab

label for y-axis. Default is 'Sample pair'

Value

A histogram will be created showing the sample pairs along the y-axis and percent reproducible features per sample pair on the x-axis.

Examples

1
2
3
4
data <- matrix(rnorm(2400), nrow=200, ncol=12)
data_Marr <- Marr(object = data, pSamplepairs=0.75,
                  pFeatures=0.75, alpha=0.05)
MarrPlotSamplepairs(data_Marr)

Ghoshlab/marr documentation built on Oct. 3, 2021, 3:20 p.m.