Package: ggenealogy 1.0.3

Lindsay Rutter
ggenealogy: Visualization Tools for Genealogical Data
Methods for searching through genealogical data and displaying the results. Plotting algorithms assist with data exploration and publication-quality image generation. Includes interactive genealogy visualization tools. Provides parsing and calculation methods for variables in descendant branches of interest. Uses the Grammar of Graphics.
Authors:
ggenealogy_1.0.3.tar.gz
ggenealogy_1.0.3.tar.gz(r-4.5-noble)ggenealogy_1.0.3.tar.gz(r-4.4-noble)
ggenealogy_1.0.3.tgz(r-4.4-emscripten)ggenealogy_1.0.3.tgz(r-4.3-emscripten)
ggenealogy.pdf |ggenealogy.html✨
ggenealogy/json (API)
NEWS
# Install 'ggenealogy' in R: |
install.packages('ggenealogy', repos = 'https://cloud.r-project.org') |
- sbGeneal - Soybean data
- statGeneal - Academic statistics data
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 years agofrom:5d340d5320. Checks:2 OK, 1 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 30 2025 |
R-4.5-linux | OK | Mar 30 2025 |
R-4.4-linux | NOTE | Mar 30 2025 |
Exports:buildAncDesTotalDFbuildAncListbuildDesListdfToIGgetAncestorsgetBasicStatisticsgetBranchQualgetBranchQuantgetChildgetDegreegetDescendantsgetEdgesgetNodesgetParentgetPathgetPathOnlygetVariableisChildisParentplotAncDesplotDegMatrixplotPathplotPathOnAllplotVariableMatrix
Dependencies:askpassbase64encbslibcachemclicolorspacecpp11crosstalkcurldata.tabledigestdplyrevaluatefansifarverfastmapfontawesomefsgenericsggplot2gluegtablehighrhtmltoolshtmlwidgetshttrigraphisobandjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclemagrittrMASSMatrixmemoisemgcvmimemunsellnlmeopensslpillarpkgconfigplotlyplyrpromisespurrrR6rappdirsRColorBrewerRcppreshape2rlangrmarkdownsassscalesstringistringrsystibbletidyrtidyselecttinytexutf8vctrsviridisLitewithrxfunyaml
Citation
To cite ggenealogy in publications use:
Rutter L, VanderPlas S, Cook D, Graham MA (2019). “ggenealogy: An R Package for Visualizing Genealogical Data.” Journal of Statistical Software, 89(13), 1–31. doi:10.18637/jss.v089.i13.
Corresponding BibTeX entry:
@Article{, title = {{ggenealogy}: An {R} Package for Visualizing Genealogical Data}, author = {Lindsay Rutter and Susan VanderPlas and Dianne Cook and Michelle A. Graham}, journal = {Journal of Statistical Software}, year = {2019}, volume = {89}, number = {13}, pages = {1--31}, doi = {10.18637/jss.v089.i13}, }
Readme and manuals
ggenealogy
Motivation:
Genealogists wish to study the parent-child relationship between groups of organisms. Visual representations of genealogical relationships allow scientists to more effectively understand the historical changes that caused novel and desirable traits to arise in lineages. For example, in crops, desirable modifications could include an increase in protein yield or an increase in disease resistance. However, there are also times when lineages of detrimental traits can be viewed, such as to determine the origin of hazardous traits in rapidly-evolving viruses.
While there are visual methods available for genealogical data structures, there is a need for additional development of tools that are more customized to particular needs that arise when scientists want to make informed decisions while visualizing their data.
Description:
This package provides methods for searching through genealogical data and displaying the results. The available plotting algorithms can assist users in performing data exploration, as well as in generating publication-quality images. This package uses the Grammar of Graphics.
Some of the currently-available methods include:
- Drawing genealogy trees from database of known lineage.
- Selecting generation number of ancestors and descendants to show around a given variety.
- Showing shortest path between two given varieties, and superimpose over full lineage structure.
- Obtaining graph theory measures of the full lineage structure.
- Producing color matrix plots of variables between a subset of varieties.
- Interactively visualizing genealogical structure
- Perform basic parsing and calculations on descendant branches of interest
Installation:
- The latest released version:
install.packages("ggenealogy")
- The latest development version:
install_github("lindsayrutter/ggenealogy")
Vignette:
Installation of the package will automatically download a vignette, which contains a more thorough explanation of the available methods, and example code.
Paper citation:
A software paper describing the ggenealogy
package is available in the Journal of Statistical Software here.
@article{rutter2019ggenealogy,
title={ggenealogy: An R Package for Visualizing Genealogical Data},
author={Rutter, Lindsay and VanderPlas, Susan and Cook, Dianne and Graham, Michelle A},
journal={Journal of Statistical Software},
volume={89},
number={1},
pages={1--31},
year={2019}
}
License:
GPL