mutoss

Mutoss (multiple hypotheses testing in an open software system) aims at providing a unified, extensible interface covering a large spectrum of multiple hypotheses testing procedures in R. Features a GUI and a simulation tool. Funded by PASCAL2.

https://github.com/kornl/mutoss

Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    4 of 9 committers (44.4%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Mutoss (multiple hypotheses testing in an open software system) aims at providing a unified, extensible interface covering a large spectrum of multiple hypotheses testing procedures in R. Features a GUI and a simulation tool. Funded by PASCAL2.

Basic Info
  • Host: GitHub
  • Owner: kornl
  • Language: R
  • Default Branch: master
  • Size: 26.9 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 13 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

mutoss GITHUB README

Mutoss (multiple hypotheses testing in an open software system) aims at providing a unified, extensible interface covering a large spectrum of multiple hypotheses testing procedures in R. Features a GUI and a simulation tool. Funded by PASCAL2.

GUI screenshot

The development version of this package can be directly installed with the R package devtools from Hadley Wickham et al. using:

install.packages("devtools")
library(devtools)
install_github("kornl/mutoss", subdir="pkg/mutoss", dependencies = TRUE, build_vignettes = TRUE)
install_github("kornl/mutoss", subdir="pkg/mutossGUI", dependencies = TRUE, build_vignettes = TRUE)

(If some LaTeX packages are missing, consider build_vignettes = FALSE or install them.)

But note that the mutossGUI jar file is only rarely updated and it may be appropriate to build it yourself from the Java source code.

Otherwise just use the current version from CRAN.

Owner

  • Name: Kornelius Rohmeyer
  • Login: kornl
  • Kind: user
  • Location: Germany, Hannover

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 188
  • Total Committers: 9
  • Avg Commits per committer: 20.889
  • Development Distribution Score (DDS): 0.112
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Kornelius Rohmeyer r****r@s****e 167
Kornelius Rohmeyer k****r@u****e 4
Marsel Scheer m****r@d****e 4
Gilles Blanchard g****d@m****e 3
Jonathan Rosenblatt j****s@g****m 3
Thorsten Dickhaus d****s@m****e 3
Kornelius Rohmeyer k****r@g****m 2
Stefan Theußl r****e@r****g 1
Wiebke Werft w****t@h****e 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 6
  • Total pull requests: 0
  • Average time to close issues: 12 months
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kornl (4)
  • nicolerg (1)
  • andersonwinkler (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 3,522 last-month
  • Total docker downloads: 191,128
  • Total dependent packages: 4
  • Total dependent repositories: 11
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: mutoss

Unified Multiple Testing Procedures

  • Versions: 10
  • Dependent Packages: 4
  • Dependent Repositories: 11
  • Downloads: 3,522 Last month
  • Docker Downloads: 191,128
Rankings
Downloads: 6.8%
Dependent repos count: 8.8%
Dependent packages count: 9.3%
Average: 16.1%
Docker downloads count: 20.2%
Stargazers count: 23.6%
Forks count: 27.7%
Maintainers (1)
Last synced: 12 months ago

Dependencies

pkg/mutoss/DESCRIPTION cran
  • R >= 2.10.0 depends
  • mvtnorm * depends
  • methods * imports
  • multcomp >= 1.1 imports
  • multtest >= 2.2.0 imports
  • plotrix * imports
  • fdrtool * suggests
  • lattice * suggests
  • qvalue * suggests
  • testthat * suggests
pkg/mutossGUI/DESCRIPTION cran
  • R >= 2.8.0 depends
  • multcomp * depends
  • mutoss >= 0.1 depends
  • plotrix * depends
  • CommonJavaJars >= 1.0.5 imports
  • JGR * imports
  • JavaGD >= 0.5 imports
  • rJava >= 0.8 imports