check_arguments_replace.na {RAMClustR} | R Documentation |
check_arguments_replace.na
Description
check provided arguments
Usage
check_arguments_replace.na(
ramclustObj,
replace.int,
replace.noise,
replace.zero
)
Arguments
ramclustObj |
ramclustObj containing MSdata with optional MSMSdata (MSe, DIA, idMSMS) |
replace.int |
default = 0.1. proportion of minimum feature value to replace NA (or zero) values with |
replace.noise |
default = 0.1. proportion ofreplace.int value by which noise is added via 'jitter' |
replace.zero |
logical if TRUE, any zero values are replaced with noise as if they were NA values |
[Package RAMClustR version 1.3.1 Index]