makeFS
function showing the number of SNPs filtered for PVALUE was incorrect. Now fixedmakeFS
function. Added functionality for determining how many SNPs are discarded based on the different filtering criteriacomputeMap
when inferSNPs=TRUE
. Now fixed.$writeLM
function.BC
class for linkage mapping using a pseudo-testcross approach. Similar to the FS class but with some differences to handle back-cross types of analyses.inferSNPs
to the makeFS
function. If TRUE
, the segregation type of SNPs with unknown segregation is inferred from the progeny genotype information.addSNPs
to the FS object for adding additional SNPs to the linkage groups (including the SI SNPs inferred when inferSNPs = TRUE
)makeFS
functionBC
class.A few bugs were fixed in this version relating to inferring the segregation of SNPs when the read depth in the parents was insufficient.
Functions relating to a backcross population have been created.
BC
class for performing linkage mapping in backcross populations analogous to the FS
class
makeBC
which creates a backcross populationoptim
now using first derivatives to improve computational performance and can now handle sex-specific cases and/ro SNP specific error parametersA number of bugs have been fixed from the previous release.
This version of GUSMap has been completed restructured from the previous and now includes function for undertakingthe whole linkage mmapping process from filtering the data to creating linkage groups, ordering linakge groups and computing linkage maps.
makeFS
function which stores the data in a safe way and contains various functions needed for performing the linkage mapping process. Functions available for an FS object:
Creating linkage groups
Writing results from a file
Created a vignette as an introduction to GUSMap demonstrating how to use it.
The computational time for the optimization of the likelihoods to compute the recombination fraction estimates and inferring the parental phase has been considerably reduced by:
Computing the derivatives directly (instead of using finite differencing) in the optim routine.
simFS
function for simulating full-sib families has been changed. It now returns an FS object with the simulated data.rf_est
and infer_OPGP_FS
function are no long available directly to the user but are called from the $computeMap
function in a FS object.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.