Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FASTA Analyzer

A bioinformatics project built with Python.

Features

  • Read FASTA files using Biopython
  • Calculate sequence length
  • Count nucleotides (A,T,G,C)
  • Calculate GC content
  • Generate summary statistics using NumPy
  • Store results using Pandas
  • Export results to CSV

Technologies

  • Python
  • Biopython
  • Pandas
  • NumPy
  • OOP

Example Usage

Input: FASTA file

Output: CSV report containing:

  • Sequence ID
  • Length
  • Nucleotide counts
  • GC%

About

rna-seq-analysis/ │── data/ │── scripts/ │── results/ │── README.md

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages