README.md

brainSTORM

Description

brainSTORM is a package that processes STORMseq-based data, making use of the txtools package.

Installation

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)

Further documentation

To open the “Using brainSTORM at WEXAC” vignette run the following command.

vignette("Using_brainSTORM_at_WEXAC", package = "brainSTORM")

Current limitations

Licence

brainSTORM is developed under the Artistic Licence 2.0.



SchwartzLab/brainSTORM documentation built on May 14, 2022, 5:14 p.m.