View source: R/build_map_by_steps.R
add_md_markers | R Documentation |
Add markers to a pre-existing sequence using HMM analysis and evaluating difference in LOD
add_md_markers(
input.map,
mrk.to.include,
input.seq,
input.matrix,
input.genoprob,
input.data,
input.mds = NULL,
thresh = 500,
extend.tail = 50,
method = c("hmm", "wMDS_to_1D_pc"),
verbose = TRUE
)
input.map |
An object of class |
mrk.to.include |
vector for marker names to be included |
input.seq |
an object of class |
input.matrix |
object of class |
input.genoprob |
an object of class |
input.data |
an object of class |
input.mds |
An object of class |
thresh |
the LOD threshold used to determine if the marker will be included or not after hmm analysis (default = 30) |
extend.tail |
the length of the chain's tail that should be used to calculate the likelihood of the map. If NULL (default), the function uses all markers positioned. Even if info.tail = TRUE, it uses at least extend.tail as the tail length |
method |
indicates whether to use 'hmm' (Hidden Markov Models), 'ols' (Ordinary Least Squares) or 'wMDS_to_1D_pc' (weighted MDS followed by fitting a one dimensional principal curve) to re-estimate the recombination fractions after adding markers |
verbose |
If TRUE (default), current progress is shown; if FALSE, no output is produced |
Marcelo Mollinari, mmollin@ncsu.edu with documentation and minor modifications by Cristiane Taniguti chtaniguti@tamu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.