Seurat object is converted to h5 file.
1 | seurat_to_h5(seurat = NULL, h5 = NULL, assay.name = NULL, save.graphs = FALSE)
|
seurat |
The seurat object. |
h5 |
The h5 file in R. |
assay.name |
'assay.name' is used to flag the data type. Defualt is "RNA". Available options are:
|
save.graphs |
Default is False , determing whether to save the graph(cell-cell similarity network). seurat graph is different from scanpy graph. Their relationship are set "distances": "knn", "connectivities": "snn" roughly. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.