read_akt | R Documentation |
Reads in an akt kin
results file. Input file
must have seven columns, whitespace delimited:
id1 (member 1)
id2 (member 2)
IBD0 (ratio of IBD0/All SNPS)
IBD1 (ratio of IBD1/All SNPS)
Kinship Coefficient
NSNPS
read_akt(file)
file |
Input file path |
A tibble containing the 7 columns from the akt file.
aktFile <- system.file("extdata", "3gens.akt", package="skater", mustWork=TRUE) akt <- read_akt(aktFile) akt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.