Skip to content

Commit 2b448e7

Browse files
Merge pull request #123 from R-Computing-Lab/pedigree_helpers
Pedigree helpers
2 parents a232402 + e37aaa7 commit 2b448e7

19 files changed

+1512
-4422
lines changed

NAMESPACE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
export(SimPed)
44
export(addPersonToPed)
5+
export(buildFamilyGroups)
6+
export(buildOneFamilyGroup)
7+
export(buildPedigreeModelCovariance)
8+
export(buildPedigreeMx)
59
export(buildTreeGrid)
610
export(calcAllGens)
711
export(calcFamilySize)
@@ -18,6 +22,7 @@ export(createGenDataFrame)
1822
export(determineSex)
1923
export(dropLink)
2024
export(fitComponentModel)
25+
export(fitPedigreeModel)
2126
export(getWikiTreeSummary)
2227
export(identifyComponentModel)
2328
export(inferRelatedness)

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# BGmisc NEWS
22
# Development version: 1.6.0.9000
33
Add OpenMx pedigree model builders and docs
4+
Added vignette for OpenMx pedigree model builders
45
Add option for MZ twins in the additive genetic matrix
56
Add option to select sex for MZ twin generation.
67
Add option to tweak pedigree with one id provided
78

89
# BGmisc 1.6.0.1
910
* Add helper functions for checkParents etc
1011
* fixed incorrect direction so that parents are pointing to children in the graphs
11-
* Optimize simulatePedigree and helpers for speed and memory usage
12+
* Optimize simulatePedigree and helpers for speed and memory usage
1213
* Major gains in speed for deeper pedigrees
1314
* Added more tests for simulatePedigree
1415
* Fix error when not enough single people available

0 commit comments

Comments
 (0)