Skip to content

Commit 31a8a44

Browse files
authored
Merge pull request gaynorr#267 from gregorgorjanc/gregorgorjanc/issue193
Add link to the on-line course in pkgdown
2 parents 6bb9b74 + db7739c commit 31a8a44

2 files changed

Lines changed: 33 additions & 22 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# README #
22

3-
[![R-CMD-check](https://github.com/gaynorr/AlphaSimR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/gaynorr/AlphaSimR/actions/workflows/R-CMD-check.yaml)
4-
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/AlphaSimR)](https://cran.r-project.org/package=AlphaSimR)
3+
CRAN stats: [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/AlphaSimR)](https://cran.r-project.org/package=AlphaSimR)
54
[![](http://cranlogs.r-pkg.org/badges/grand-total/AlphaSimR)](https://cran.r-project.org/package=AlphaSimR)
65
[![](http://cranlogs.r-pkg.org/badges/AlphaSimR)](https://cran.r-project.org/package=AlphaSimR)
76

7+
R CMD checks: [![CRAN](https://cranchecks.info/badges/summary/AlphaSimR?label=CRAN)](https://cran.r-project.org/web/checks/check_results_AlphaSimR.html)
8+
[![R universe](https://gaynorr.r-universe.dev/AlphaSimR/badges/checks?label=R-universe)](https://gaynorr.r-universe.dev/AlphaSimR)
9+
[![GitHub](https://img.shields.io/github/actions/workflow/status/gaynorr/AlphaSimR/R-CMD-check.yaml?label=GitHub)](https://github.com/gaynorr/AlphaSimR/actions/workflows/R-CMD-check.yaml)
10+
811
The successor to the 'AlphaSim' software for breeding program simulation (Faux et al., 2016; https://doi.org/10.3835/plantgenome2016.02.0013). Used for stochastic simulations of breeding programs to the level of DNA sequence for every individual. Contained is a wide range of functions for modeling common tasks in a breeding program, such as selection and crossing. These functions allow for constructing simulations of highly complex plant and animal breeding programs via scripting in the R software environment. Such simulations can be used to evaluate overall breeding program performance and conduct research into breeding program design, such as implementation of genomic selection. Included is the 'Markovian Coalescent Simulator' ('MaCS') for fast simulation of biallelic sequences according to a population demographic history (Chen et al., 2009; https://doi.org/10.1101/gr.083634.108).
912

10-
## Publication
13+
## Publications
14+
15+
Gaynor, R Chris and Gorjanc, Gregor and Hickey, John M (2021) AlphaSimR: an R package for breeding program simulations. G3 Gene|Genomes|Genetics, 11(2):jkaa017. https://doi.org/10.1093/g3journal/jkaa017.
16+
17+
Bančič, Jon and Greenspoon, Philip and Gaynor, R Chris and Gorjanc, Gregor (2024) Plant breeding simulations with AlphaSimR. Crop Science, 65(1):e21312. https://doi.org/10.1002/csc2.21312.
1118

12-
Gaynor, R. Chris, Gregor Gorjanc, and John M. Hickey. 2021. AlphaSimR: an R package for breeding program simulations. G3 Gene|Genomes|Genetics 11(2):jkaa017. https://doi.org/10.1093/g3journal/jkaa017.
19+
## Online course
20+
21+
Free course on breeding program simulations and how to use AlphaSimR is available on [edX](https://www.edx.org/learn/animal-breeding/the-university-of-edinburgh-breeding-programme-modelling-with-alphasimr).
1322

1423
## Download
1524

@@ -28,4 +37,3 @@ To install use:
2837
To install with vignettes use:
2938

3039
devtools::install_github(repo="gaynorr/AlphaSimR@devel", build_vignettes=TRUE)
31-

inst/CITATION

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
bibentry(
2-
bibtype = "Article",
3-
title = "AlphaSimR: an R package for breeding program simulations",
4-
author = "R Chris Gaynor, Gregor Gorjanc, John M Hickey",
5-
journal = "G3 Gene|Genomes|Genetics",
6-
year = "2021",
7-
volume = "11",
8-
number = "jkaa07",
9-
issue = "2",
10-
url = "https://doi.org/10.1093/g3journal/jkaa017"
2+
bibtype = "Article",
3+
title = "AlphaSimR: an R package for breeding program simulations",
4+
author = "Gaynor, R Chris and Gorjanc, Gregor and Hickey, John M",
5+
journal = "G3 Gene|Genomes|Genetics",
6+
year = "2021",
7+
volume = "11",
8+
number = "2",
9+
pages = "jkaa07",
10+
doi = "10.1093/g3journal/jkaa017",
11+
url = "https://doi.org/10.1093/g3journal/jkaa017"
1112
)
1213

1314
bibentry(
14-
bibtype = "Article",
15-
title = "Plant breeding simulations with AlphaSimR",
16-
author = "Jon Bančič, Philip Greenspoon, R Chris Gaynor, Gregor Gorjanc",
17-
journal = "Crop Science",
18-
year = "2025",
19-
volume = "65",
20-
number = "e21312",
21-
url = "https://doi.org/10.1002/csc2.21312"
15+
bibtype = "Article",
16+
title = "Plant breeding simulations with AlphaSimR",
17+
author = "Bančič, Jon and Greenspoon, Philip and Gaynor, R Chris and Gorjanc, Gregor",
18+
journal = "Crop Science",
19+
year = "2024",
20+
volume = "65",
21+
number = "1",
22+
pages = "e21312",
23+
doi = "10.1002/csc2.21312",
24+
url = "https://doi.org/10.1002/csc2.21312"
2225
)

0 commit comments

Comments
 (0)