MarrProc {marr} | R Documentation |
This function is a helper function that
computes distributions of reproducible sample pairs per feature
and reproducible features per sample pair for the function
Marr
.
MarrProc(object, alpha = 0.05)
object |
an object which is a |
alpha |
(Optional) level of significance to control the False Discovery Rate (FDR). Default is 0.05. |
A list of percent reproducible statistics including
samplepairs |
the distribution of percent reproducible features (column-wise) per sample pair |
features |
the distribution of percent reproducible sample pairs (row-wise) per feature |
data <- matrix(rnorm(2400), nrow=200, ncol=12) data_MarrProc <- MarrProc(object=data, alpha = 0.05)