项目作者: mmferrari

项目描述 :
Utility to generate codon mutations of a given coding DNA sequence
高级语言: Python
项目地址: git://github.com/mmferrari/SeqMutationsUtils.git
创建时间: 2020-06-07T18:25:58Z
项目社区:https://github.com/mmferrari/SeqMutationsUtils

开源协议:GNU General Public License v3.0

下载


SeqMutations Utils

Description

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

Usage

  1. usage: seq_mutations_utils.py [-h] -i INPUT_FILE -p INITIAL_POSITION
  2. [-m MUTATIONS] -n NUM -o OUTPUT_PREFIX [-a] [-v]
  3. [-x]
  4. Mutations in substring
  5. optional arguments:
  6. -h, --help show this help message and exit
  7. -i INPUT_FILE, --input-file INPUT_FILE
  8. File containing the coding DNA sequence
  9. -p INITIAL_POSITION, --initial-pos INITIAL_POSITION
  10. Initial position of substring to modify starting from
  11. 1
  12. -m MUTATIONS, --mutations MUTATIONS
  13. List of mutations in the form of
  14. '(ala,glu,...),(val,...),...' -- NOTE: the "'" must be
  15. included
  16. -n NUM, --num NUM Number of consecutive codons
  17. -o OUTPUT_PREFIX, --output-prefix OUTPUT_PREFIX
  18. Output prefix file name
  19. -a, --all-codons Try all codons
  20. -v, --inv Also consider combinations with original codons
  21. without mutations
  22. -x, --single-output-file
  23. Create single fasta file