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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: zeny_mut-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 28a8c7f646577ada065b9a3726936682bbbdc9c37e46a640fac1b47dd27dee2c
MD5 8c63a66e649f522c85abba857a0b437c
BLAKE2b-256 df4061414f731cd4cbb463c0a0a295c1f8164b2aa1b8af8f0a51564cc67a8682

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zeny_mut-0.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 38a7422a0c5f33680c74e4f6fd5c3375af848f9fbc9f4dc5eefd0e7c4db63d98
MD5 690de12701abbe429a2bc1994b4818ad
BLAKE2b-256 2599780ed3ec9450b8026e386a5bbd2426daa67b2e78d0750242b57a36bf4f71

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