hidradenitis
An R package to calculate clinical scores for hidradenitis suppurativa (HS), a dermatologic disease
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Repository
An R package to calculate clinical scores for hidradenitis suppurativa (HS), a dermatologic disease
Basic Info
- Host: GitHub
- Owner: humanpred
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://humanpred.github.io/hidradenitis/
- Size: 1.55 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
- Releases: 1
Metadata Files
README.md
hidradenitis
The goal of the hidradenitis package is to support use and interpretation of
clinical scores for hidradenitis suppurativa.
Installation
Stable version
You can install the stable version of hidradenitis from CRAN with:
r
install.packages("devtools")
Development version
You can install the development version of hidradenitis from GitHub with:
``` r
install.packages("devtools")
devtools::install_github("humanpred/hidradenitis") ```
Example
This is a basic example which shows you how to solve a common problem:
``` r library(hidradenitis)
hasirnum( bsapercentwithinsite = c(0, 0, 0, 0, 5, 1, 4.3, 1.2, 6.8, 7.2), bodysite = c("Right Axilla", "Buttocks including Intergluteal Cleft", "Back", "Left Thigh", "Head & Neck", "Left Axilla", "Chest", "Pubis & Genitals", "Abdomen", "Right Thigh"), inflamcolorchg = c(0, 0, 0, 0, 2, 3, 1, 3, 2, 0), induration = c(0, 0, 0, 0, 2, 3, 1, 3, 2, 0), openskin_surface = c(0, 0, 0, 0, 2, 3, 1, 3, 2, 0), tunnels = c(0, 0, 0, 0, 2, 3, 1, 3, 2, 0) )
hiscr( baselineabscess = c(3, 2, 4), baselinenodule = c(5, 4, 6), baselinefistula = c(2, 1, 3), timepointabscess = c(1, 1, 2), timepointnodule = c(2, 3, 2), timepointfistula = c(2, 1, 3), percentage = 50 )
hspga <- hspganum( abscessfistula = c(0, 0, 1, 0, 1, 2, 6), inflammatorynodule = c(0, 0, 0, 3, 5, 8, 12), noninflammatorynodule = c(0, 1, 0, 0, 0, 0, 0) ) hspgachar(hspga)
ihs4 <- ihs4num( nodules = c(5, 3, 2), abscesses = c(2, 1, 0), drainingtunnels = c(1, 2, 3) ) ihs4_char(ihs4)
```
Owner
- Name: humanpred
- Login: humanpred
- Kind: organization
- Repositories: 1
- Profile: https://github.com/humanpred
GitHub Events
Total
- Release event: 1
- Push event: 6
- Pull request event: 1
- Create event: 2
Last Year
- Release event: 1
- Push event: 6
- Pull request event: 1
- Create event: 2
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Bill Denney | w****y@h****m | 46 |
| Devon Bartlett | d****t@h****m | 13 |
| olivroy | 5****y | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 28
- Total pull requests: 27
- Average time to close issues: 13 days
- Average time to close pull requests: 2 days
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.75
- Average comments per pull request: 0.52
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- billdenney (22)
- DBartlettHP (4)
- olivroy (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 185 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: hidradenitis
Calculate Clinical Scores for Hidradenitis Suppurativa (HS), a Dermatologic Disease
- Homepage: https://humanpred.github.io/hidradenitis/
- Documentation: http://cran.r-project.org/web/packages/hidradenitis/hidradenitis.pdf
- License: GPL (≥ 3)
-
Latest release: 1.0.1
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
- codecov/codecov-action v4 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- spelling * suggests
- testthat >= 3.0.0 suggests