Skip to content

Analyzes residue conservation in multiple sequence alignment.

License

Notifications You must be signed in to change notification settings

ManavalanG/Mismatch_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mismatch Analyzer

Analyzes residue conservation in multiple sequence alignment.

How to use?

  1. Clone/download the repository
  2. Run tool 'src/mismatch_analyzer' with appropriate arguments. For example:
cd src
python mismatch_analyzer.py -r ../data/reference.fasta  -qs ../data/query.fasta -qp "5,10,15"
  1. Required arguments:

    • A reference sequence file
    • A query sequences file OR a pre-aligned MSA file
    • Query residue positions
  2. To see arguments available, refer to help

python mismatch_analyzer.py -h

By default, output files would be written under directory output in directory with query sequences file or alignment file, depending on the input arguments used.

Requirements

Example output

See following files for output produced by this tool.

  1. CSV output
  2. HTML output

License

Data and code in this repository is licensed under MIT license.

Releases

No releases published

Packages

No packages published