Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.98 KB

README.md

File metadata and controls

54 lines (47 loc) · 1.98 KB

DOI

CRAN_Status_Badge Downloads Total Downloads

WormTensor status badge :name status badge :registry status badge :total status badge GitHub Actions

WormTensor

R package for a Clustering Method for Time-Series Whole-Brain Activity Data of C. elegans

Installation of Dependent Packages

# GHCR
docker pull ghcr.io/rikenbit/wormtensor

or

# Docker Hub
docker pull yamaken37/wormtensor

Installation

git clone https://github.com/rikenbit/WormTensor/
R CMD INSTALL WormTensor

or type the code below in the R console window

library(devtools)
devtools::install_github("rikenbit/WormTensor")

or type the code below in the R console window

# CRAN
install.packages(c("WormTensor"), repos="http://cran.r-project.org")

License

Copyright (c) 2022 Kentaro Yamamoto and Laboratory for Bioinformatics Research, RIKEN Center for Biosystems Dynamics Reseach Released under the MIT License.

Authors

  • Kentaro Yamamoto
  • Koki Tsuyuzaki
  • Itoshi Nikaido