magnusdv / forrel

Forensic pedigree analysis and relatedness inference
GNU General Public License v2.0
10 stars 0 forks source link

ibd_identity problem #3

Closed thoree closed 6 years ago

thoree commented 6 years ago
library(ribd)
library(pedtools)
x = halfSibStack(2)
ibd_identity(x, ids = c(4,5))
#> Error in `[<-`(`*tmp*`, i, i, i, value = (1 + 3 * fi)/4): subscript out of bounds

Created on 2018-08-13 by the reprex package (v0.2.0).

magnusdv commented 6 years ago

Nice reprex, thanks! (I'm moving this to ribd where it belongs.)