filter_2pts_gaps | R Documentation |
Filter markers based on 2pts distance
filter_2pts_gaps(input.seq, max.gap = 10)
input.seq |
object of class sequence with ordered markers |
max.gap |
maximum gap measured in kosambi centimorgans allowed between adjacent markers. Markers that presents the defined distance between both adjacent neighbors will be removed. |
New sequence object of class sequence
, which is a list containing the
following components:
seq.num |
a |
seq.phases |
a |
seq.rf |
a |
seq.like |
log-likelihood of the corresponding linkage map. |
data.name |
object of class |
twopt |
object of class |
Cristiane Taniguti, chtaniguti@tamu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.