Added dim.calc_genoprob and dimnames.calcgenoprob, from Brian Yandell, for use with qtl2feather, which uses feather to store genotype probabilities in a file (to save memory).
Need to revise various functions to use qtl2feather, particularly in grabbing dimnames (with the above functions), but also to avoid seq(along=genoprobs) and instead use seq_len(length(genoprobs)).
Added
dim.calc_genoprob
anddimnames.calcgenoprob
, from Brian Yandell, for use with qtl2feather, which uses feather to store genotype probabilities in a file (to save memory).Need to revise various functions to use qtl2feather, particularly in grabbing dimnames (with the above functions), but also to avoid
seq(along=genoprobs)
and instead useseq_len(length(genoprobs))
.