Collection of public MERFISH datasets
Installation from BioconductorThe package is available from Bioconductor. Please follow the installation instructions on the package landing page to install the package.
Make sure to have the latest release version of R installed.
Then proceed from within R via:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install(version = "devel")
BiocManager::valid()
to install the BiocManager package and to use the development version of Bioconductor.
This is necessary as the MerfishData
package uses resources from ExperimentHub that are currently only available in the development version of Bioconductor.
The package itself can then be installed via:
BiocManager::install("ccb-hms/MerfishData")
NOTE: you will need the remotes
package to install from github.
To build the package vignettes upon installation use:
BiocManager::install("ccb-hms/MerfishData",
build_vignettes = TRUE,
dependencies = TRUE)
Once you have the package installed, you can inspect the vignettes from within R via:
browseVignettes("MerfishData")
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4