https://github.com/biometris/statgenibd
See https://biometris.github.io/statgenIBD for a full description
Science Score: 36.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
-
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Keywords
cran
genetics
hmm
ibd
r-package
Last synced: 5 months ago
·
JSON representation
Repository
See https://biometris.github.io/statgenIBD for a full description
Basic Info
- Host: GitHub
- Owner: Biometris
- Language: R
- Default Branch: main
- Homepage: https://biometris.github.io/statgenIBD
- Size: 12.2 MB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
cran
genetics
hmm
ibd
r-package
Created over 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# statgenIBD
[](https://www.r-pkg.org/pkg/statgenIBD)
[](https://www.r-pkg.org/pkg/statgenIBD)
[](https://github.com/Biometris/statgenIBD/actions?workflow=R-CMD-check)
[](https://app.codecov.io/gh/Biometris/statgenIBD)
[](https://doi.org/10.5281/zenodo.14810487)
**statgenIBD** is an R package for calculating Identity By Descent (IBD) probabilities for biparental, three and four-way crosses. Calculations are based on Hidden Markov Models (HMM) and inheritance vectors. The HMM calculations are implemented in `Rcpp/C++`.
For more complicated pedigrees [RABBIT](https://github.com/Biometris/RABBIT) can be used to calculate the IBDs.
## Installation
* Install from CRAN:
```{r, eval = FALSE}
install.packages("statgenIBD")
```
* Install latest development version from GitHub (requires [remotes](https://github.com/r-lib/remotes) package):
```{r, eval = FALSE}
remotes::install_github("Biometris/statgenIBD", ref = "develop", dependencies = TRUE)
Owner
- Name: Wageningen Universtiy & Research, Biometris
- Login: Biometris
- Kind: organization
- Email: biometris@wur.nl
- Location: Wageningen, The Netherlands
- Website: https://wur.eu/biometris
- Repositories: 8
- Profile: https://github.com/Biometris
Biometris develops statistical and mathematical methods for the quantification of biological processes and processes in our living environment.
GitHub Events
Total
- Issue comment event: 3
- Push event: 14
- Fork event: 1
- Create event: 1
Last Year
- Issue comment event: 3
- Push event: 14
- Fork event: 1
- Create event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Rossum, Bart-Jan van | b****m@w****l | 209 |
| Martin Boer | m****r@w****l | 8 |
| Johannes Kruisselbrink | j****s@k****u | 2 |
Committer Domains (Top 20 + Academic)
wur.nl: 2
kruisselbrink.eu: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: about 1 month
- Average time to close pull requests: N/A
- Total issue authors: 1
- 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
- andy3404 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 459 last-month
- Total docker downloads: 21,613
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 10
- Total maintainers: 1
cran.r-project.org: statgenIBD
Calculation of IBD Probabilities
- Homepage: https://biometris.github.io/statgenIBD/index.html
- Documentation: http://cran.r-project.org/web/packages/statgenIBD/statgenIBD.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL]
-
Latest release: 1.0.9
published 8 months ago
Rankings
Docker downloads count: 0.6%
Dependent packages count: 18.1%
Average: 22.0%
Dependent repos count: 23.9%
Downloads: 27.1%
Forks count: 27.8%
Stargazers count: 34.6%
Maintainers (1)
Last synced:
7 months ago
Dependencies
.github/workflows/check.yaml
actions
- actions/checkout v3 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
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 3.6 depends
- Matrix * imports
- Rcpp * imports
- data.table * imports
- ggplot2 * imports
- rlang * imports
- stringi * imports
- knitr * suggests
- rmarkdown * suggests
- tinytest * suggests