MarrFeaturesfiltered {marr} | R Documentation |
Given a Marr object, this function returns the Marr filtered features
Accessors for the 'MarrFeaturesfiltered' slot of a Marr object.
MarrFeaturesfiltered(object) ## S4 method for signature 'Marr' MarrFeaturesfiltered(object)
object |
an object of class |
The percent of reproducible sample pairs based on a threshold value after applying maximum rank reproducibility.
data <- matrix(rnorm(2400), nrow=200, ncol=12) data_Marr <- Marr(object = data, pSamplepairs=0.75, pFeatures=0.75, alpha=0.05) MarrFeaturesfiltered(data_Marr)