Change labels for missing values
.fixMissingValues(input, fix_missing = NULL)
Arguments
| input |
output of MSstatsPreprocess |
| fix_missing |
missing values can be labeled by NA, 0 or both.
If NULL, data were processed by Skyline, so missing values will be denoted
by both NA and 0. If "na_to_zero", NA values will be replaced by 0.
If "zero_to_na", 0 values will be replaced by NA |
Value
data.table