
Step: Derived Trait Calculation
step_derive_traits.RdCalculate glycan derived traits using glydet::derive_traits().
Advanced glycan structure analysis that summarizes structural properties of a glycome or each glycosite.
Need glycan structure information.
Arguments
- trait_fns
A named list of derived trait functions created by trait factories. Names of the list are the names of the derived traits. Default is
NULL, which means all derived traits inbasic_traits()are calculated.- mp_fns
A named list of meta-property functions. This parameter is useful if your trait functions use custom meta-properties other than those in
all_mp_fns(). Default isNULL, which means all meta-properties inall_mp_fns()are used.- mp_cols
A character vector of column names in the
var_infotibble to use as meta-properties. If names are provided, they will be used as names of the meta-properties, otherwise the column names will be used. Meta-properties specified inmp_colswill overwrite those introduced bymp_fnswith the same names, including the built-in meta-properties. Default isNULL, which means no columns are used as meta-properties.
Details
Data required:
exp: The experiment to calculate derived traits for
Data generated:
trait_exp: The experiment with derived traits
Tables generated:
derived_traits: A table containing the derived traits.
AI Prompt
This section is for AI in inquire_blueprint() only.
Include this step by default if the experiment has glycan structures.
After this step, it should be followed by the DEA and visualization steps.