Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 787 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 787 Bytes

About Sequelyzer

Sequelyzer is a tool designed to help you calculate the proportion of each nucleobase (A, T, C, and G) and CG in a DNA/RNA sequence, and find its reverse complement

Installing Sequelyzer on linux and windows:

git clone https://github.com/M-Kasaei/Sequelyzer.git

How to use:

For Calculating Proportions: paste the sequence in the text field or load a sequence file (txt, fasta or genbank) and click on Calculate button to see the result

For Finding Reverse Complement: paste the sequence in the text field or load a sequence file (txt, fasta or genbank) and click on Complement button to see the result

Dependencies:

>>> PyQt5               => for Qt GUI framework

>>> Bio       => Biopython for reading fasta files