Skip to content

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

Notifications You must be signed in to change notification settings

M-Kasaei/Sequelyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages