dot-filterFewMeasurements: Remove features with a small number of (non-missing)...

Description Usage Arguments Value

Description

Remove features with a small number of (non-missing) measurements across runs

Usage

1
2
3
4
5
6
.filterFewMeasurements(
  input,
  min_intensity,
  remove_few,
  feature_columns = NULL
)

Arguments

input

data.table pre-processed by one of the .cleanRaw* functions.

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.

Value

data.table


MSstatsConvert documentation built on Nov. 8, 2020, 5:49 p.m.