powered by
Reads in an ibis results file. Input file must have six columns, whitespace delimited:
ibis
file
id1 (member 1)
id2 (member 2)
Kinship Coefficient
IBD2 (ratio of IBD2/All SNPS)
Segment count
Kinship Degree
read_ibis(file)
A tibble containing the 6 columns from the ibis file.
Input file path
ibisFile <- system.file("extdata", "3gens.ibis.coef", package="skater", mustWork=TRUE) ibis <- read_ibis(ibisFile) ibis
Run the code above in your browser using DataLab