buildPedigree: This is a convenience script to build an named list of empty...

Description Usage Arguments Value Examples

View source: R/sourceSHAPE.R

Description

This is a convenience script to build an named list of empty lists, where the names are based on the genotype IDs being passed.

Usage

1
buildPedigree(func_focalID)

Arguments

func_focalID

This should be any vector, that can be interpreted as character, and faithfully represent the genotype IDs of interest for your pedigree.

Value

a named list of empty lists.

Examples

1
2
# this creates a named list, this trivial function exists for future flexibility and method design.
buildPedigree(c(1,"zebra","walrus",4))

JDench/SHAPE_library documentation built on July 19, 2019, 9:42 a.m.