getPedigree | R Documentation |
Get pedigree from file
getPedigree(fileName, sep = ",")
fileName |
character vector of temporary file path. |
sep |
column separator in CSV file |
A pedigree file compatible with others in this package.
library(nprcgenekeepr)
ped <- getPedigree(fileName = system.file("testdata", "qcPed.csv",
package="nprcgenekeepr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.