brainSTORM is a package that processes STORMseq-based data, making use of the txtools package.
You can install the development version from GitHub typing in the following commands in the R console:
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("SchwartzLab/brainSTORM", build_vignettes = FALSE)
If you want to build the vignette, please install with the following command (only works while connected to WEXAC).
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("SchwartzLab/brainSTORM", build_vignettes = TRUE)
To open the “Using brainSTORM at WEXAC” vignette run the following command.
vignette("Using_brainSTORM_at_WEXAC", package = "brainSTORM")
brainSTORM is developed under the Artistic Licence 2.0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.