MarrSamplepairs: Generic function that returns the Marr sample pairs

Description Usage Arguments Value Examples

Description

Given a Marr object, this function returns the Marr sample pairs

Accessors for the 'MarrSamplepairs' slot of a Marr object.

Usage

1
2
3
4
MarrSamplepairs(object)

## S4 method for signature 'Marr'
MarrSamplepairs(object)

Arguments

object

an object of class Marr.

Value

The distribution of percent reproducible features (column-wise) per sample pair after applying the maximum rank reproducibility.

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)
MarrSamplepairs(data_Marr)

marr documentation built on March 10, 2021, 2 a.m.