read_ibis | R Documentation |
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
read_ibis(file)
file |
Input file path |
A tibble containing the 6 columns from the ibis file.
ibisFile <- system.file("extdata", "3gens.ibis.coef", package="skater", mustWork=TRUE) ibis <- read_ibis(ibisFile) ibis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.