WormTensor

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

https://github.com/rikenbit/wormtensor

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: rikenbit
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 5.09 MB
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created about 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

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

Owner

  • Name: RIKEN BiT
  • Login: rikenbit
  • Kind: organization
  • Location: Japan

Laboratory for Bioinformatics Research, RIKEN Center for Biosystems Dynamics Research

GitHub Events

Total
  • Watch event: 1
  • Push event: 2
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 2
  • Create event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 24
  • Total pull requests: 1
  • Average time to close issues: 2 months
  • Average time to close pull requests: less than a minute
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 3.08
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: less than a minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 8.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kokitsuyuzaki (20)
  • yamaken37 (4)
  • asardaes (1)
Pull Request Authors
  • yamaken37 (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 255 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: WormTensor

A Clustering Method for Time-Series Whole-Brain Activity Data of 'C. elegans'

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 255 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 43.7%
Downloads: 89.3%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.1.0 depends
  • Rtsne * imports
  • aricode * imports
  • clValid * imports
  • cluster * imports
  • clusterSim * imports
  • dtwclust * imports
  • ggplot2 * imports
  • rTensor * imports
  • uwot * imports
  • testthat >= 3.0.0 suggests
.github/workflows/build_push_test.yml actions
  • actions/checkout v2 composite
  • docker/build-push-action v1 composite
  • docker/login-action v1 composite
Dockerfile docker
  • bioconductor/bioconductor_docker devel build