Skip to content

Nucleomics-VIB/mplotter

 
 

Repository files navigation

mplotter

Creates publication quality dot plot from nucmer .delta output using ggplot2

  • mplotter.cpp slightly adapted from the original code
    • Compile the .cpp file on your platform with: c++ mplotter.cpp -o mplotter
  • added bash script to run all original commands in one GO
  • added plotting in the bash script

To run the script, move to the folder containing the nucmer .delta file and launch the bash script

mummer2ggplot2.sh nucmer.delta

After running, the R script can be tuned to change aspect and legends and re-run

required:

example output

dotplot

Please report any inconsistencies in the Issues page above

About

Creates publication quality dot plot using ggplot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 45.4%
  • C++ 36.5%
  • R 18.1%