MarrFeatures {marr}R Documentation

Generic function that returns the Marr features

Description

Given a Marr object, this function returns the Marr features

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

Usage

MarrFeatures(object)

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

Arguments

object

an object of class Marr.

Value

The distribution of percent reproducible sample pairs (row-wise) per feature after applying the maximum rank reproducibility.

Examples

data <- matrix(rnorm(2400), nrow=200, ncol=12)
data_Marr <- Marr(object = data, pSamplepairs=0.75,
                  pFeatures=0.75, alpha=0.05)
MarrFeatures(data_Marr)


[Package marr version 1.2.0 Index]