Description Usage Arguments Value
View source: R/ModelMatrixFunctions.R
given a model formula, remove samples with less than a specified number of replicates from the metadata
1 | fltrLowReplicateParams(metadata_df, design_formula, replicate_threshold = 2)
|
metadata_df |
a data frame that contains at least the model paramters of interest |
design_formula |
an R formula, eg ~libraryDate+treatment, of parameters contained in the metadata_df |
replicate_threshold |
the number of replicates below which samples will be removed. Default is 2 |
the input metadata with samples in replicate groups with less than the specified thershold filtered out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.