Skip to content

working with mgMap

Ahmed Arslan edited this page Dec 3, 2020 · 25 revisions

Move file to the mgmap folder and run the following command for input file contains genomics coordinates of mutations

  • python3 mgmap.py -nc inputfile

For input file, with protein level residue alterations, run the following command:

  • python3 mgmap.py -g inputfile

Expected output should contain the following files:

  1. files with proteins or gene names (depending on the input file) with mutations of interest.
  2. graph showing the number of mutations per gene/protein and conservation of each mutated positions.
Clone this wiki locally