Skip to main content

detect mutation in gene and its location

Project description

Gene Mutation Detection Package

The Gene Mutation Detection Package is a Python library that allows you to analyze DNA sequences and identify mutations. It provides information about the position of the mutation and prints the mutated region.

Installation:

You can install the package using pip: pip install gene-mutation-detection

Usage:

  1. Import the detectMutation function from the package:

from gene_mutation_detection import detectMutation

  1. Provide the paths to your original and mutant DNA sequence files

original_fasta_file = 'C:/Users/Dell/Downloads/HEXA_datasets/ncbi_dataset/data/gene.fna'

mutant_fasta_file = 'C:/Users/Dell/Downloads/HEXA_datasets/ncbi_dataset/data/gene-mut.fna'

  1. Call the detectMutation function:

mutation_detection_result = detectMutation(original_fasta_file, mutant_fasta_file) print(mutation_detection_result)

Note: you can provide path to original and mutant DNA sequence files in the function directly

Example Output:

If a mutation is detected, the output will be similar to:

Mutation detected in gene NC_000015.10:c72376014-72340924 at position 10920. Mutated region: AAAAAGAGTATTTTTTTTTT

If no mutation is found, it will display:

No mutation detecteted.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zeny_mut-0.0.5.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

zeny_mut-0.0.5-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file zeny_mut-0.0.5.tar.gz.

File metadata

  • Download URL: zeny_mut-0.0.5.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.10

File hashes

Hashes for zeny_mut-0.0.5.tar.gz
Algorithm Hash digest
SHA256 dc7ffc51485b2a02ee9fffd20412a986b34366ffdf72eca709b2a0411c5f0000
MD5 2a01e0463cf39260a76563cbc72651f2
BLAKE2b-256 1e0837615726936bc2d93bd0c80b975c427d2a3c1995ce81a0bf71ab8e0bc316

See more details on using hashes here.

File details

Details for the file zeny_mut-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: zeny_mut-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.10

File hashes

Hashes for zeny_mut-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 01eba73eda0ed3aa6375928a827c813dcbc435f6e675b1e1b08bdc406419cb4c
MD5 6ec7b0ad9ec19c6987fa45a6ff0fd78c
BLAKE2b-256 ed28c1cbcfd5e3e6356dd755f2c10dd2a1ad15168edcece303618aff8c0f247b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page