Description Usage Arguments Value Examples
View source: R/prep_zeisel2018.r
prep_zeisel2018
Loads the Zeisel2018 dataset in Loom format and converts to sparse matrix
1 | prep_zeisel2018(path)
|
path |
Path to the loom file |
A list containing $exp with the sparse matrix and $annot with annot data
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# create a temporary directory
td = tempdir()
create the placeholder file
tf = tempfile(tmpdir=td, fileext=".zip")
download into the placeholder file
download.file("https://storage.googleapis.com/linnarsson-lab-loom/l5_all.loom", tf)
zeisel2018 = prep_zeisel2018()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.