filter_2pts_gaps {onemap} | R Documentation |
Filter markers based on 2pts distance
Description
Filter markers based on 2pts distance
Usage
filter_2pts_gaps(input.seq, max.gap = 10)
Arguments
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. |
Value
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 |
Author(s)
Cristiane Taniguti, chtaniguti@tamu.edu