powered by
Reads in an akt kin results file. Input file must have seven columns, whitespace delimited:
akt kin
file
id1 (member 1)
id2 (member 2)
IBD0 (ratio of IBD0/All SNPS)
IBD1 (ratio of IBD1/All SNPS)
Kinship Coefficient
NSNPS
read_akt(file)
A tibble containing the 7 columns from the akt file.
Input file path
aktFile <- system.file("extdata", "3gens.akt", package="skater", mustWork=TRUE) akt <- read_akt(aktFile) akt
Run the code above in your browser using DataLab