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:

  1. id1 (member 1)

  2. id2 (member 2)

  3. Kinship Coefficient

  4. IBD2 (ratio of IBD2/All SNPS)

  5. Segment count

  6. 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]