R/simulate_LFQ_data.R
which_missing.Rd
add missing values to x vector based on the values of x
which_missing(x, weight_missing = 0.2)
vector of intensities
greater weight more missing
which_missing(2**rnorm(10,2,0.4)) #> [1] FALSE FALSE FALSE TRUE FALSE TRUE FALSE FALSE FALSE FALSE