View source: R/cds_to_anndata.R
| cds_to_anndata | R Documentation | 
CellDataSet ==> AnnDataConvert: CellDataSet ==> AnnData
cds_to_anndata(
  obj,
  reimport = TRUE,
  save_path = tempfile(fileext = ".h5ad"),
  verbose = TRUE
)
| obj | A single-cell object supported by scKirby. See converters for a table of all supported conversions. | 
| reimport | Save and re-import the  | 
| save_path | Path to save the  | 
| verbose | Print messages. | 
obj <- example_obj("cds")
obj2 <- cds_to_anndata(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.