dot-checkUnProcessedDataValidity: Check validity of data that were not processed by MSstats...

.checkUnProcessedDataValidityR Documentation

Check validity of data that were not processed by MSstats converter

Description

Check validity of data that were not processed by MSstats converter

Usage

.checkUnProcessedDataValidity(input, fix_missing, fill_incomplete)

Arguments

input

data.table

fix_missing

str, optional. Defaults to NULL, which means no action. If not NULL, must be one of the options: "zero_to_na" or "na_to_zero". If "zero_to_na", Intensity values equal exactly to 0 will be converted to NA. If "na_to_zero", missing values will be replaced by zeros.


Vitek-Lab/MSstats documentation built on March 16, 2024, 7:48 p.m.