-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
# Sequence Logo (block style) | ||
Sequence Logo - block style | ||
Sequence Logo - block style is an alternative that provides full control over how the graphics of a Sequence Logo should look like. All the inner workings of this open source application are written in native javascript. The application is independent of the internet once it is saved as a html file on the PC/Mobile phone. For the input it requires a set of motif sequences, whereas the output is an image that represents the Sequence Logo. The height of each letter on a logo position is proportional to the observed frequency of the corresponding letter/symbol in the alignment column from the motif set. The letter of each stack is ordered from most to least frequent. Thus, the consensus sequence can be read from the top of the stacks. A Sequence Logo may reveal significant features of the motif set alignment that could otherwise be difficult to perceive. As such, a Sequence Logo is important for the human reader. For more detailed information, note that these native Sequence Logos in Javascript, were published in the supplementary materials of the book entitled <i>Algorithms in Bioinformatics: Theory and Implementation</i>. The explanations on how the code works can be found in the book's Appendix. | ||
|
||
Live demo: https://gagniuc.github.io/Sequence-Logo-block-style/ | ||
|
||
![screenshot](https://github.com/Gagniuc/Sequence-Logo---block-style/blob/main/%5BG%5D%20Sequence%20Logo%20-%20block%20style.png) | ||
|
||
# References | ||
|
||
- <i>Paul A. Gagniuc. Algorithms in Bioinformatics: Theory and Implementation. John Wiley & Sons, Hoboken, NJ, USA, 2021, ISBN: 9781119697961.</i> |