Description Usage Arguments Value
View source: R/findBestOverlap.R
this function finds correct frame sequences of intersection and union of two Iranges objects
1 2 | checkFrame(dna, map, unionStart, unionEnd, intersectStart, intersectEnd,
start)
|
dna |
ungapped sequence |
map |
mapped list of original sequence–>gapped alignment created by map_alignment_sequence |
unionStart |
union range start position |
unionEnd |
union range last position |
intersectStart |
intersection range start position |
intersectEnd |
intersection range end position |
start |
start of ORF of interest, to compare with unionStart and intersectStart values |
list of correct frame intersection and union dna sequences taken as subsequence of dna
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.