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:Lindsay Rutter, Susan Vanderplas, Di Cook

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')
Datasets:

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

3.00 score 2 stars 321 downloads 24 exports 73 dependencies

Last updated 1 years agofrom:5d340d5320. Checks:2 OK, 1 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKMar 30 2025
R-4.5-linuxOKMar 30 2025
R-4.4-linuxNOTEMar 30 2025

Exports:buildAncDesTotalDFbuildAncListbuildDesListdfToIGgetAncestorsgetBasicStatisticsgetBranchQualgetBranchQuantgetChildgetDegreegetDescendantsgetEdgesgetNodesgetParentgetPathgetPathOnlygetVariableisChildisParentplotAncDesplotDegMatrixplotPathplotPathOnAllplotVariableMatrix

Dependencies:askpassbase64encbslibcachemclicolorspacecpp11crosstalkcurldata.tabledigestdplyrevaluatefansifarverfastmapfontawesomefsgenericsggplot2gluegtablehighrhtmltoolshtmlwidgetshttrigraphisobandjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclemagrittrMASSMatrixmemoisemgcvmimemunsellnlmeopensslpillarpkgconfigplotlyplyrpromisespurrrR6rappdirsRColorBrewerRcppreshape2rlangrmarkdownsassscalesstringistringrsystibbletidyrtidyselecttinytexutf8vctrsviridisLitewithrxfunyaml

ggenealogy: Visualization tools for genealogical data

Rendered fromggenealogy.Rnwusingutils::Sweaveon Mar 30 2025.

Last update: 2024-02-22
Started: 2015-03-02

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

Help Manual

Help pageTopics
Returns the coordinate positions of all ancestors and descendants of a variety.buildAncDesCoordDF
Returns data frame with plot coordinates of all ancestors and descendants of a variety.buildAncDesTotalDF
Returns the ancestors of a particular variety (if they exist).buildAncList
Returns the descendants of a particular variety (if they exist).buildDesList
Build the edges in the genealogy graph.buildEdgeTotalDF
Process the genealogy graphbuildMinusPathDF
Build data frame for path representationbuildPathDF
Build all labels in the graphbuildPlotTotalDF
Build a data frame where the varieties are spread so they do not overlapbuildSpreadTotalDF
Process the genealogy graphdfToIG
Returns a list of the ancestors of a particular variety (if they exist)getAncestors
Determine basic statistics of the graph objectgetBasicStatistics
Descendant branch calculations for quantitative variablegetBranchQual
Descendant branch calculations for quantitative variablegetBranchQuant
Returns the children of a particular variety (if they exist)getChild
Determine the degree between two varietiesgetDegree
Returns a list of the descendants of a particular variety (if they exist)getDescendants
Returns edges (vertex names and edge weights) for the full genealogygetEdges
Returns the nodes for a full genealogygetNodes
Returns the parents of a particular variety (if they exist)getParent
Determine the path between two varietiesgetPath
Determine the path between two varietiesgetPathOnly
Determine the date of a varietygetVariable
Determine if a variety is a child of anotherisChild
Determine if a variety is a parent of anotherisParent
Returns the data frame representation of all ancestors and descendants of a varietynodeToDF
Returns the image object to show the ancestors and descendants of a varietyplotAncDes
Returns the image object to show the heat map of degrees between the inputted set of verticesplotDegMatrix
Construct the graphic object of the pathplotPath
Plot a path between two vertices over the full genealogyplotPathOnAll
Returns the image object to show the heat map of dates between the inputted set of verticesplotVariableMatrix
Soybean datasbGeneal
Academic statistics datastatGeneal