View source: R/inputVerification.R
validateSampleReplication | R Documentation |
Check whether all samples have replicates
validateSampleReplication(
dataMatrix,
groups,
requireReplicates = TRUE,
quiet = FALSE
)
dataMatrix |
Prepared matrix containing expression data. |
groups |
Vector containing condition levels |
requireReplicates |
By default stops processing if not all samples have replicates |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.