View source: R/read_loom_and_analyze.R
loom_too_Seurat | R Documentation |
This function requires loom and h5ad files from FlyCellAtlas and process them into Seurat objects.
loom_too_Seurat( loom_file = "./loom/s_fca_biohub_body_wall_10x.loom", h5ad_file = "./loom/s_fca_biohub_body_wall_10x.h5ad", plot = T )
loom_file |
character with Name and directory of loom file -h5da has to be in same directory- |
h5ad_file |
character with Name and directory of h5da file |
plot |
Boolean indicating if plots should be generated |
dir |
Directory to save RData and plots in |
Seurat object from paper without any further processing
There are examples in the folder names "./loom". To run it: loom_to_seurat(loom_file = "~/Documents/scripts/FlyCellAtlas_download_with_annotations/loom/s_fca_biohub_body_wall_10x.loom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.