View source: R/search_string_generation.R
identify_overlaps | R Documentation |
identify_overlaps
identify_overlaps
identify the overlapping SNPs in the sequences
identify_overlaps(position_reference, genome_position, prev, after)
position_reference |
the mapping of position in SNP matrix to reference genome |
genome_position |
the position of the SNP in the reference genome |
prev |
number of bases before the SNP included in the search string |
after |
number of bases after the SNP included in the search string |
a list containing 2 dataframes listing the bystander SNPs in the flanking sequence before and after the SNPs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.