Converts a [SummarizedExperiment::SummarizedExperiment] to AnnData format and writes an H5AD file for Python/scanpy interoperability.
See also
Other utilities:
create_summary_table(),
example_data(),
format_file_size(),
format_with_commas(),
gene_report(),
strip_plotly()
Examples
if (FALSE) { # \dontrun{
d <- example_data()
export_h5ad(d$rnaseq_se, "commpass.h5ad")
} # }