| read.pedigree | R Documentation |
Read in the encoded pedigree data file.
read.pedigree(filename)
filename |
name of the file with the data. |
A data frame containing the encoded pedigree information.
example.pedigree.file <- system.file('extdata/example_pedigree_encoding.tsv',
package = 'KinformR')
example.pedigree.df <- read.pedigree(example.pedigree.file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.