Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.61 KB

README.md

File metadata and controls

68 lines (39 loc) · 1.61 KB

DNA Analysis Tool

The DNA Analysis Tool is a simple bioinformatics tool that performs basic analysis on DNA sequences. It calculates the GC content, molecular weight, and reverse complement of a given DNA sequence. This tool provides a user-friendly interface built with PyQt5, making it easy to input sequences and obtain the analysis results.

Features

  • Calculate GC content of a DNA sequence
  • Calculate molecular weight of a DNA sequence
  • Compute the reverse complement of a DNA sequence

Requirements

  • Python 3.x
  • PyQt5

Installation

  1. Clone the repository:

    git clone https://github.com/agx-r/dna-analysis-tool.git
  2. Change to the project directory:

    cd dna-analysis-tool

Usage

  1. Run the script:

    python dna_analysis.py
  2. The DNA Analysis Tool window will open.

  3. Enter a DNA sequence in the input field.

  4. Click the "Analyze" button.

  5. The results will be displayed in the corresponding fields.

  6. Repeat the process for further analysis.

Contributing

Contributions are welcome! If you would like to contribute to the DNA Analysis Tool, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Make the necessary changes and commit your code.

  4. Push your branch to your forked repository.

  5. Submit a pull request describing the changes you made.

License

This project is licensed under the MIT License.

Acknowledgments

The DNA Analysis Tool was developed using the PyQt5 library, which provides the user interface components.