find_recomb_names | R Documentation |
val11-val12
in genomic region 1 and values val21-val22
in genomic region 2.Find sequence pairs which pairwise genetic distances follow the condition
Returns dataframe with names of sequences pairs which pairwise nucleotide distances lay between values
val11-val12
in genomic region 1 and values val21-val22
in genomic region 2.
find_recomb_names(distM1, val11, val12, distM2, val21, val22)
distM1 |
matrix with pairwise nucleotide distances between sequences in genome region 1 |
val11 |
the lowest value in distance interval in region 1 |
val12 |
the highest value in distance interval in region 1 |
distM2 |
matrix with pairwise nucleotide distances between sequences in genome region 2 |
val21 |
the lowest value in distance interval in region 2 |
val22 |
the highest value in distance interval in region 2 |
dataframe with the following columns: "name1 name2 distance_in_region1 distance_in_region2"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.