| read.indiv | R Documentation |
Read in variant and status info for individuals.
read.indiv(fname)
fname |
A file name, expected format of contents is: name status variant MS-5678-1001 A 0/1 |
A data frame.
tsv.name1 <-system.file('extdata/1234_ex2.tsv', package = 'KinformR')
id.df1 <- read.indiv(tsv.name1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.