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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: zeny_mut-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 f20c998de001d70c4c7bd9c0d4d342eb89936491e8c999ff486b588056938d60
MD5 72edd3ff9f9542c30105d8474bad6bfc
BLAKE2b-256 36eed829fb07a4a09dac504ebc9e2e13d8d19e5e8b45db43db55da07f14c713e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zeny_mut-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5d460d2bb32ad61762da3943cfcd647232980da7bc9dc48b0870a73bec90ee1d
MD5 f1b119fcaa256c845ef902ecb1a0d5b9
BLAKE2b-256 f453ec6ce3ee84c8921de09089da8da7e59e5e1ce807338617dc0e57cc9aafbd

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