Skip to content

Utility to generate codon mutations of a given coding DNA sequence

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

mmferrari/SeqMutationsUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeqMutations Utils

Description

Utility to generate codon mutations of a given coding DNA sequence.

Usage

usage: seq_mutations_utils.py [-h] -i INPUT_FILE -p INITIAL_POSITION
                              [-m MUTATIONS] -n NUM -o OUTPUT_PREFIX [-a] [-v]
                              [-x]

Mutations in substring

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT_FILE, --input-file INPUT_FILE
                        File containing the coding DNA sequence
  -p INITIAL_POSITION, --initial-pos INITIAL_POSITION
                        Initial position of substring to modify starting from
                        1
  -m MUTATIONS, --mutations MUTATIONS
                        List of mutations in the form of
                        '(ala,glu,...),(val,...),...' -- NOTE: the "'" must be
                        included
  -n NUM, --num NUM     Number of consecutive codons
  -o OUTPUT_PREFIX, --output-prefix OUTPUT_PREFIX
                        Output prefix file name
  -a, --all-codons      Try all codons
  -v, --inv             Also consider combinations with original codons
                        without mutations
  -x, --single-output-file
                        Create single fasta file

About

Utility to generate codon mutations of a given coding DNA sequence

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages