Description Usage Arguments Value
Read a loom dataset with the experimental FASTGenomics reader. Importing Loom is not always working as expected in Seurat v3. This beta loader provided by FASTGenomics only reads the count table and the row/col attributes that can fit in a data frame structure (i.e. all higher dimensional attributes are discarded). To keep the implementation simple we read the whole object into memory, including the dense count matrix. This could be a potential bottleneck for larger datasets.
1 | read_loom_to_seurat_exp(ds_file)
|
ds_file |
The path to the dataset file. |
A seurat Object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.