View source: R/data_conversion.R
data_conversion | R Documentation |
Convert Data Format
data_conversion(
SCE_object,
return_format = "SingleCellExperiment",
in_docker = FALSE,
local_path = NULL
)
SCE_object |
A SingleCellExperiment object |
return_format |
Which data format you want, list or Seurat or h5ad or SingleCellExperiment |
in_docker |
Logical. Do you process simulation step in Docker? |
local_path |
If |
The object you want, list or Seurat or h5ad or SingleCellExperiment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.