genieR
genieR: An R package for inference of demographic history of phylogenies - Published in JOSS (2019)
Science Score: 93.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 1 DOI reference(s) in JOSS metadata -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Last synced: 6 months ago
·
JSON representation
Repository
Inference of demographic history from phylogeny
Basic Info
Statistics
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 7
- Releases: 2
Created over 9 years ago
· Last pushed almost 7 years ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# genieR: an R package for the genealogy interval explorer
genieR is a package for the inference of demographic history from
reconstructed molecular phylogenies. It covers a few functions designed in GENIE, Pybus and Rambaut (2002).
# Installing the package
To install the devel version of the package, type:
```{r install, eval=FALSE}
devtools::install_github("xiangfstats/genieR")
```
Note that this requires the package *devtools* installed and a Rtools installation is necessary to build this package for the benefit of Windows users.
### Contributors (by alphabetic order):
Simon D. W. Frost (@sdwfrost)
Fei Xiang (@xiangfstats)
Maintainer : Fei Xiang (xf3087@gmail.com)
### References
Pybus O. G. , Rambaut A. (2002) GENIE: Estimating demographic history from molecular phylogenies. Bioinformatics 18:1404-5.
Owner
- Name: Fei Xiang
- Login: xiangfstats
- Kind: user
- Repositories: 2
- Profile: https://github.com/xiangfstats
JOSS Publication
genieR: An R package for inference of demographic history of phylogenies
Published
January 05, 2019
Volume 4, Issue 33, Page 634
Authors
Editor
George GithinjiTags
demographic history phylogeny coalescent modelsGitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Fei Xiang | x****7@g****m | 146 |
| Simon Frost | s****t@g****m | 4 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 7
- Total pull requests: 0
- Average time to close issues: N/A
- 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
- pboesu (7)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- R >= 3.3.0 depends
- Rcpp * imports
- dfoptim * imports
- minqa * imports
- ape * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
