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.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: zeny_mut-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 1f109512dbbce9b5a332fba9468ac1eea32093908eb34e8059d5100dd41e248d
MD5 4274d1e9ace1ee5b4482f6ccbdecfa82
BLAKE2b-256 a084380d1265747bcad852caee18d90d595881231c2e586d6188abca9fe428fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zeny_mut-0.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bf88bae0b2ba3f7e890fe82d4a6e57639144acdbbe2d358ff345783be6c489f5
MD5 d2470441fb6c73fcca8209eb9856dc3e
BLAKE2b-256 02d668c3b46a43544425eafffa8490853510c831ada94a3dea7c79cb9b44f4c1

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