.fixMissingValues {MSstatsConvert}R Documentation

Change labels for missing values

Description

Change labels for missing values

Usage

.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


[Package MSstatsConvert version 1.0.0 Index]