Skip to content

Here, I am training myself with various bioinformatics projects

Notifications You must be signed in to change notification settings

gyagu98/Bioinformatics-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bioinformatics-projects

DNA Sequence GC Content Analysis

This project compares the GC content of multiple DNA sequences using a Python script. These DNA sequences are embedded within the python script.

How to Run

To compare the GC content between different sequences, edit the python script to include your DNA sequences of interest and then run:

python3 dna_analysis_2.py

An example output

Sequence 1: ATGCGCGTATCGGCTAGCTAGCTAGGCTAA GC Content: 53.33% Sequence 2: GCGTATCGCGGCTAGCATCGGCTATCGGGC GC Content: 66.67% Sequence 3: ATATATATATATATATATATATATATATAT GC Content: 0.00%

Requirements

Python 3.x

About

Here, I am training myself with various bioinformatics projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages