
Convert a SummarizedExperiment to an IsoformicExperiment Object
Source:R/as_isoformic.R
as_isoformic.RdThis function converts a SummarizedExperiment object to an IsoformicExperiment object.
It extracts the assays, row data, column data, and metadata from the input object
and uses them to create a new IsoformicExperiment object.
Usage
as_isoformic(se, annot_path, annot_type = c("gff", "annot_db"))