Local Sequence Alignment Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "<P>(\w)" to "<P> $1")
m (Text replacement - ") ----" to ") ----")
 
Line 25: Line 25:
* (Kellis et al., 2021) ⇒ [[Manolis Kellis]] et al. (2021).  [https://bio.libretexts.org/Bookshelves/Computational_Biology/Book%3A_Computational_Biology_-_Genomes_Networks_and_Evolution_(Kellis_et_al.)/03%3A_Rapid_Sequence_Alignment_and_Database_Search/3.03%3A_Global_alignment_vs._Local_alignment_vs._Semi-global_alignment "3.3: Global alignment vs. Local alignment vs. Semi-global alignment"]. In: [https://bio.libretexts.org/Bookshelves/Computational_Biology/Book%3A_Computational_Biology_-_Genomes_Networks_and_Evolution_(Kellis_et_al.) "Book: Computational Biology - Genomes, Networks, and Evolution (Kellis et al.)"], [[LibreTexts]].
* (Kellis et al., 2021) ⇒ [[Manolis Kellis]] et al. (2021).  [https://bio.libretexts.org/Bookshelves/Computational_Biology/Book%3A_Computational_Biology_-_Genomes_Networks_and_Evolution_(Kellis_et_al.)/03%3A_Rapid_Sequence_Alignment_and_Database_Search/3.03%3A_Global_alignment_vs._Local_alignment_vs._Semi-global_alignment "3.3: Global alignment vs. Local alignment vs. Semi-global alignment"]. In: [https://bio.libretexts.org/Bookshelves/Computational_Biology/Book%3A_Computational_Biology_-_Genomes_Networks_and_Evolution_(Kellis_et_al.) "Book: Computational Biology - Genomes, Networks, and Evolution (Kellis et al.)"], [[LibreTexts]].
** QUOTE: A [[global alignment]] is defined as the [[end-to-end]] [[alignment]] of [[two string]]s $s$ and $t$.        <P>          A [[local alignment]] of [[string]] $s$ and $t$ is an [[alignment]] of [[substring]]s of s with [[substring]]s of $t$.        <P>        In general are used to find [[region]]s of high local [[similarity]]. Often, we are more interested in finding [[local alignment]]s because we normally do not know the [[boundari]]es of genes and only a small [[domain]] of the gene may be conserved. In such cases, we do not want to enforce that other (potentially non-homologous) parts of the [[sequence]] also align. [[Local alignment]] is also useful when searching for a small [[gene]] in a large [[chromosome]] or for detecting when a [[long sequence]] may have been rearranged (...)
** QUOTE: A [[global alignment]] is defined as the [[end-to-end]] [[alignment]] of [[two string]]s $s$ and $t$.        <P>          A [[local alignment]] of [[string]] $s$ and $t$ is an [[alignment]] of [[substring]]s of s with [[substring]]s of $t$.        <P>        In general are used to find [[region]]s of high local [[similarity]]. Often, we are more interested in finding [[local alignment]]s because we normally do not know the [[boundari]]es of genes and only a small [[domain]] of the gene may be conserved. In such cases, we do not want to enforce that other (potentially non-homologous) parts of the [[sequence]] also align. [[Local alignment]] is also useful when searching for a small [[gene]] in a large [[chromosome]] or for detecting when a [[long sequence]] may have been rearranged (...)
----
----



Latest revision as of 20:30, 18 March 2023

A Local Sequence Alignment Algorithm is a Sequence Alignment Algorithm that aligns subsequences by finding similarity regions between subsequences.



References

2021a

2011b