merge_loom | R Documentation |
run scvelo on a gene or transcript level object
merge_loom(
object,
loom_path,
assay = "gene",
fit.quantile = 0.05,
check_loom = FALSE
)
object |
a object |
loom_path |
path to matching loom file |
assay |
gene |
fit.quantile |
how to fit velocity |
check_loom |
FALSE |
a SingleCellExperiment object with RNA velocity calculated
chevreul_sce <- chevreuldata::human_gene_transcript_sce()
merge_loom(chevreul_sce, "my.loom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.