View source: R/simulate_LFQ_data.R
sim_lfq_data_peptide_config | R Documentation |
Simulate data, protein and peptide, with config
sim_lfq_data_peptide_config(
Nprot = 10,
with_missing = TRUE,
weight_missing = 0.2,
seed = 1234
)
with_missing |
add missing values, default TRUE |
seed |
seed for reproducibility, if NULL no seed is set. |
description |
Nprot number of proteins |
x <- sim_lfq_data_peptide_config()
stopifnot("data.frame" %in% class(x$data))
stopifnot("AnalysisConfiguration" %in% class(x$config))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.