Convert an experiment() object to a SummarizedExperiment object.
This function maps the experiment structure to SummarizedExperiment format:
expr_matbecomes the main assaysample_infobecomescolDatavar_infobecomesrowDatameta_databecomesmetadata
This legacy API is retained temporarily for compatibility. Use
GlycomicSE() or GlycoproteomicSE() as the default data container.
Arguments
- exp
An
experiment()object to convert.- assay_name
Character string specifying the name for the assay. Default is "abundance".
