
Step: Identification Overview
step_ident_overview.RdSummarize the experiment using glyexp::summarize_experiment().
This is usually the first step, BEFORE step_preprocess().
Very light-weight to run, so always include it.
Arguments
- count_struct
For counting glycopeptides and glycoforms. whether to count the number of glycan structures or glycopeptides. If
TRUE, glycopeptides or glycoforms bearing different glycan structures with the same glycan composition are counted as different ones. If not provided (NULL), defaults toTRUEifglycan_structurecolumn exists in the variable information tibble, otherwiseFALSE.
Details
Data required:
exp: The experiment to summarize
Tables generated:
summary: A table containing the identification overview of the experiment
AI Prompt
This section is for AI in inquire_blueprint() only.
Always include this step by default unless the user explicitly excludes it.
Use it as the first step in the blueprint.