powered by
This function uses the list of matrices (the output of cs) and runs one of the options, on each element of the list, in parallel.
cs
para(halfsibs, cpus = 1, option = "bmh", type = "SOCK", bmh_forwardVectorSize = 30, bmh_excludeFP = TRUE, bmh_nsap = 3, pmMethod = "constant")
list list of matrices of half-sibs (can be generated with hss and cs functions)
list
hss
numeric number of CPUs (thread)
numeric
character type of analysis
character
character type of cluster for parallel analysis
integer number of heterozygous sites used to validate recombination events or check for genotyping errors
integer
logical exclude SNPs that may cause heterozygous sites in the sire due to genotyping errors or map errors
logical
integer number of SNPs per block
character method for creating the recombination matrix
Returns a list of matrices with the results (formats specific to the option selected).
Type of analysis can be bmh, ssp, aio, pm, or rec (refer to pm, rplot and vignette for more information about rec).
bmh
ssp
aio
pm
rplot
# NOT RUN { # Please run demo(hsphase) # }
Run the code above in your browser using DataLab