Skip to content

Data conversion helpers for data analysis with vitessceR

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

vitessce/vitessceAnalysisR

Repository files navigation

vitessceAnalysisR

R package version docs

Data preparation functions to support vitessceR.

Installation

Installation requires R 4.0.0 or greater.

install.packages("devtools")
devtools::install_github("vitessce/vitessceAnalysisR")

Usage

library(vitessceAnalysisR)

# TODO

For full examples, visit the documentation.

For questions and help with using the package, please open a discussion.

Development

setwd("path/to/vitessceAnalysisR")
install.packages("htmlwidgets")
install.packages("devtools")
devtools::install()
devtools::load_all()

Testing

devtools::check()
devtools::test()

Documentation

install.packages("devtools")
install.packages("pkgdown")
devtools::document()
pkgdown::build_site()

Documentation is automatically deployed to GitHub pages with GitHub actions.

Deployment

Currently, the package is only distributed through GitHub. In the future, we plan to submit the package to CRAN or Bioconductor.

To increment the package version, update it in DESCRIPTION.

About

Data conversion helpers for data analysis with vitessceR

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published