Read object from file stored according to method.
read_probs(
chr = NULL,
start_val = NULL,
end_val = NULL,
datapath,
allele = TRUE,
method,
probdir = "genoprob"
)list with probs = large object of class calc_genoprob and map = physical map for selected chr
vector of chromosome identifiers
start and end values in Mbp
name of folder with Derived Data
read haplotype allele probabilities (if TRUE) or diplotype allele-pair probabilities (if FALSE)
method of genoprob storage
genotype probability directory (default "genoprob")
Brian S Yandell, brian.yandell@wisc.edu