Description Usage Arguments Value
Remove features with a small number of (non-missing) measurements across runs
1 2 3 4 5 6 | .filterFewMeasurements(
input,
min_intensity,
remove_few,
feature_columns = NULL
)
|
input |
|
min_intensity |
minimum intensity that will be considered non-missing. |
remove_few |
logical, if TRUE, features that have less than three measurements will be removed. If FALSE, only features with all missing runs will be removed. |
features_columns |
chr, vector of names of columns that define features. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.