| read_ibis {skater} | R Documentation | 
Read IBIS coef output file
Description
Reads in an ibis results file. Input file must have six columns, whitespace delimited:
id1 (member 1)
id2 (member 2)
Kinship Coefficient
IBD2 (ratio of IBD2/All SNPS)
Segment count
Kinship Degree
Usage
read_ibis(file)
Arguments
file | 
 Input file path  | 
Value
A tibble containing the 6 columns from the ibis file.
Examples
ibisFile <- system.file("extdata", "3gens.ibis.coef", package="skater", mustWork=TRUE)
ibis <- read_ibis(ibisFile)
ibis
[Package skater version 0.1.2 Index]