Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagniuc authored Mar 8, 2022
1 parent 472c861 commit 32b513b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Convert DNA/RNA motif sequences to Sequence Logos
Convert RNA/DNA motif sequences to Sequence Logo.
This implementation is an alternative that provides full control over how the graphics of a Sequence Logo should look like, and is an alternative to an application called WebLogo. 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 total height of a logo position depends on the degree of conservation detected in the corresponding alignment column of the motif set. Thus, highly conserved alignment columns produce tall logo positions. 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/DNA-motif-sequences-to-Sequence-Logos/
Expand Down

0 comments on commit 32b513b

Please sign in to comment.