Science Score: 26.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (20.0%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Graphical Multiple Comparison Procedures
Basic Info
- Host: GitHub
- Owner: openpharma
- License: apache-2.0
- Language: R
- Default Branch: main
- Homepage: https://openpharma.github.io/graphicalMCP/
- Size: 41 MB
Statistics
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 18
- Releases: 6
Created over 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
Codemeta
README.Rmd
---
output: github_document
bibliography: "`r system.file('references.bib', package='graphicalMCP')`"
---
```{r, include = FALSE}
knitr::opts_chunk$set(
results = "hide",
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
fig.align = "center"
)
```
[](https://www.repostatus.org/#active)
[](https://cran.r-project.org/package=graphicalMCP)
[](https://cranlogs.r-pkg.org/badges/graphicalMCP)
[](https://cranlogs.r-pkg.org/badges/grand-total/graphicalMCP)
# graphicalMCP
# Introduction
Graphical approaches for multiple comparison procedures (MCPs) are a general framework to control the family-wise error rate strongly at a pre-specified significance level $0<\alpha<1$. This approach includes many commonly used MCPs as special cases and is transparent in visualizing MCPs for better communications. `graphicalMCP` is designed to design and analyze graphical MCPs in a flexible, informative and efficient way.
# Installation
### Release
You can install the current release version from *CRAN* with:
```{r cran-installation, eval = FALSE}
install.packages("graphicalMCP")
```
### Development
You can install the current development version from *GitHub* with:
```{r github-installation, eval = FALSE}
# install.packages("pak")
pak::pak("openpharma/graphicalMCP")
```
# Documentation
- For basic usage instructions, see `vignette("graphicalMCP")`
- To become familiar with graphical MCP terminologies, see `vignette("glossary")`
- To learn examples of how to use `graphicalMCP`,
- see `vignette("shortcut-testing")` for sequentially rejective graphical multiple comparison procedures based on Bonferroni tests
- see `vignette("closed-testing")` for graphical multiple comparison procedures based on the closure principle using Bonferroni, Hochberg, parametric and Simes tests
- see `vignette("graph-examples")` for common multiple comparison procedures illustrated using `graphicalMCP`
- see `vignette("internal-validation")` for internal validation via power simulations for methods used in `graphicalMCP`
- see `vignette("generate-closure")` for rationales to generate the closure and the weighting strategy of a graph
- see `vignette("comparisons")` for comparisons to other R packages
- To view vignettes in R after properly installing `graphicalMCP`, we can build vignettes by `devtools::install(build_vignettes = TRUE)`, and then use `browseVignettes("graphicalMCP")` to view the full list of vignettes
# Related work
- Graphical MCPs - [gMCP](https://cran.r-project.org/package=gMCP)
- Lighter version of `gMCP` which removes the rJava dependency - [gMCPLite](https://cran.r-project.org/package=gMCPLite)
- Graphical MCPs with Simes tests - [lrstat](https://cran.r-project.org/package=lrstat)
Built upon these packages, we hope to implement graphical MCPs in a more general framework, with fewer dependencies and simpler S3 classes, and without losing computational efficiency.
# Acknowledgments
Along with the authors and contributors, thanks to the following people for their suggestions and inspirations on the package:
Frank Bretz, Willi Maurer, Ekkehard Glimm, Nan Chen, Jeremy Wildfire, Spencer Childress, Colleen McLaughlin, Matt Roumaya, Chelsea Dickens, Nan Xiao, Keaven Anderson, and Ron Yu
We owe a debt of gratitude to the authors of [gMCP](https://cran.r-project.org/package=gMCP) for their pioneering work, without which this package would not be nearly as extensive as it is.
Owner
- Name: openpharma
- Login: openpharma
- Kind: organization
- Website: openpharma.github.io
- Repositories: 30
- Profile: https://github.com/openpharma
Further precompetitive collaboration in life sciences
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "graphicalMCP",
"description": "Multiple comparison procedures (MCPs) control the familywise error rate in clinical trials. Graphical MCPs include many commonly used procedures as special cases; see Bretz et al. (2011) <doi:10.1002/bimj.201000239>, Lu (2016) <doi:10.1002/sim.6985>, and Xi et al. (2017) <doi:10.1002/bimj.201600233>. This package is a low-dependency implementation of graphical MCPs which allow mixed types of tests. It also includes power simulations and visualization of graphical MCPs.",
"name": "graphicalMCP: Graphical Multiple Comparison Procedures",
"codeRepository": "https://github.com/openpharma/graphicalMCP",
"issueTracker": "https://github.com/openpharma/graphicalMCP/issues",
"license": "Apache License 2",
"version": "0.2.8",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Dong",
"familyName": "Xi",
"email": "dong.xi1@gilead.com"
},
{
"@type": "Person",
"givenName": "Ethan",
"familyName": "Brockmann",
"email": "ethan.brockmann@atorusresearch.com"
}
],
"copyrightHolder": [
{
"@type": "Organization",
"name": "Gilead Sciences, Inc."
}
],
"funder": [
{
"@type": "Organization",
"name": "Gilead Sciences, Inc."
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Dong",
"familyName": "Xi",
"email": "dong.xi1@gilead.com"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "bench",
"name": "bench",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=bench"
},
{
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
{
"@type": "SoftwareApplication",
"identifier": "forcats",
"name": "forcats",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=forcats"
},
{
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
{
"@type": "SoftwareApplication",
"identifier": "gMCP",
"name": "gMCP",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gMCP"
},
{
"@type": "SoftwareApplication",
"identifier": "gt",
"name": "gt",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=gt"
},
{
"@type": "SoftwareApplication",
"identifier": "here",
"name": "here",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=here"
},
{
"@type": "SoftwareApplication",
"identifier": "htmltools",
"name": "htmltools",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=htmltools"
},
{
"@type": "SoftwareApplication",
"identifier": "igraph",
"name": "igraph",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=igraph"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "lrstat",
"name": "lrstat",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=lrstat"
},
{
"@type": "SoftwareApplication",
"identifier": "prompt",
"name": "prompt",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=prompt"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "scales",
"name": "scales",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=scales"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tibble"
},
{
"@type": "SoftwareApplication",
"identifier": "tictoc",
"name": "tictoc",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tictoc"
},
{
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
{
"@type": "SoftwareApplication",
"identifier": "xfun",
"name": "xfun",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=xfun"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "matrixStats",
"name": "matrixStats",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=matrixStats"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "mvtnorm",
"name": "mvtnorm",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=mvtnorm"
},
"SystemRequirements": null
},
"fileSize": "803.544KB",
"citation": [
{
"@type": "SoftwareSourceCode",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Dong",
"familyName": "Xi"
},
{
"@type": "Person",
"givenName": "Ethan",
"familyName": "Brockmann"
}
],
"name": "{graphicalMCP}: Graphical multiple comparison procedures",
"url": "https://CRAN.R-project.org/package=graphicalMCP"
}
],
"releaseNotes": "https://github.com/openpharma/graphicalMCP/blob/master/NEWS.md",
"readme": "https://github.com/openpharma/graphicalMCP/blob/main/README.md",
"developmentStatus": "https://www.repostatus.org/#active",
"relatedLink": "https://CRAN.R-project.org/package=graphicalMCP"
}
GitHub Events
Total
- Create event: 3
- Release event: 1
- Issues event: 5
- Watch event: 5
- Delete event: 1
- Issue comment event: 1
- Push event: 26
- Pull request event: 2
Last Year
- Create event: 3
- Release event: 1
- Issues event: 5
- Watch event: 5
- Delete event: 1
- Issue comment event: 1
- Push event: 26
- Pull request event: 2
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 56
- Total pull requests: 30
- Average time to close issues: 3 months
- Average time to close pull requests: 14 days
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 0.71
- Average comments per pull request: 0.3
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 4
- Pull requests: 2
- Average time to close issues: 6 days
- Average time to close pull requests: 6 days
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- EeethB (42)
- samussiah (4)
- xidongdxi (3)
Pull Request Authors
- EeethB (17)
- xidongdxi (9)
- samussiah (1)
Top Labels
Issue Labels
enhancement (16)
documentation (10)
refactor (3)
bug (3)
test (1)
good first issue (1)
Pull Request Labels
documentation (1)
Packages
- Total packages: 1
-
Total downloads:
- cran 564 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: graphicalMCP
Graphical Multiple Comparison Procedures
- Homepage: https://github.com/openpharma/graphicalMCP
- Documentation: http://cran.r-project.org/web/packages/graphicalMCP/graphicalMCP.pdf
- License: Apache License (≥ 2)
-
Latest release: 0.2.8
published about 1 year ago
Rankings
Stargazers count: 15.8%
Dependent packages count: 28.5%
Forks count: 28.8%
Dependent repos count: 35.2%
Average: 39.0%
Downloads: 86.7%
Maintainers (1)
Last synced:
10 months ago