All Questions
Tagged with bioinformatics strings
5 questions
1
vote
1
answer
320
views
optimal lifted phylogenetic alignment - how to improve time complexity?
optimal lifted alignment - is a dynamic programming algorithm. Its input is a tree $T$ with $k$ strings assigned to its leaf nodes (their length is $n$).
The algorithm then assigns strings to the ...
0
votes
1
answer
216
views
center star alignment induces optimal alignments on pairs with the center string?
I'm trying to follow the center star algorithm error analysis - section 6.5.3. They claim that for the center string $S_1$ the distance induced by the algorithm $d(1, j)$ is always equal the optimal ...
2
votes
1
answer
2k
views
How is n-gram different from k-mer?
How is n-gram different from k-mer? Both seem to be (n or k) length substrings of a larger string. Are these just terms common with different practitioners? viz. Computer Scientists and ...
0
votes
0
answers
27
views
Are there any algorithms or researches on finding local alignments in partially ordered sequences?
The question is a bit unclear, so let me explain. Finding local alignments in sequences like protein sequence is a well studied area in bioinformatics, and I do not think there is any lack of ...
3
votes
1
answer
933
views
A framework to capture common variation of sequence alignments
The global alignment problem can be generalized by setting the cost of some boundary gaps to 0.
Gaps at both end in both strings have 0 cost, then we get the semiglobal alignment.
Gaps are at the ...