createYaml | R Documentation |
Valid parameters are: param_useMQPAR, add_fs_col, id_rate_bad, id_rate_great , pg_ratioLabIncThresh , param_PG_intThresh, param_EV_protThresh , param_EV_intThresh, param_EV_pepThresh , yaml_contaminants, param_EV_MatchingTolerance, param_evd_mbr , param_EV_PrecursorTolPPM, param_EV_PrecursorOutOfCalSD , param_EV_PrecursorTolPPMmainSearch, param_MSMSScans_ionInjThresh, param_OutputFormats and param_PageNumbers
Please provide them as a list() of this format: list$parameter_name
createYaml(
yc,
param = list(),
DEBUG_PTXQC = FALSE,
txt_files = NULL,
metrics = NULL
)
yc |
A yaml class object created by YAMLClass$new() |
param |
list of parameters sorted by names; if empty, will be populated with defaults |
DEBUG_PTXQC |
print some debugging information; default FALSE |
txt_files |
list of paths to MaxQuant files; if NULL, it is assumed that the parameters are for mzTab-mode |
metrics |
list of metric names that should be plotted; if NULL, will be populated with defaults |
list of parameters used for creating the report and list of qc-Metrics objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.