README.md

networkR

Development version of the R package networkR. This package contains a collection of various semi-useful functions for network af family analysis.

To install the development version of networkR run the following command from within R (this requires that the devtools package is already installed on the system.)

devtools::install_github('ekstroem/networkR')

(CRAN checks : Travis-CI Build Status)

Package overview

Families

Network analysis

Formats

The linkage format for family data ...

The trio format that we use in this package is a reduced/restricted version of the linkage format consisting of three integer (numeric) values for each individual:

For the fid and mid variables a 0 or NA represents no information, and a person with nor information on father and mother id is considered a founder. For consistency, an individual should not have just a single parent missing.

Note that since we do not have a family indicator all id's should be uniques across all families.



ekstroem/networkR documentation built on July 25, 2020, 8:30 a.m.