Description Usage Arguments Value
View source: R/inputVerification.R
Verify that samples contain at least a lowest number of values
1 2 | getLowCountSampleFiltered(dataMatrix, groups, threshold = 15,
stopIfTooFew = TRUE)
|
dataMatrix |
Dataframe with processed input data. |
groups |
Vector containing condition levels. |
threshold |
Lowest number of allowed values in a column. |
stopIfTooFew |
Abort run if lower than threshold number of values in column |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.