Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.18 KB

slacGene

SVG Large Annotated Circular Gene map drawing program

A simple, extensible, Perl script for producing figures of circular gene maps.

  • Originally written to produce a custom figure of SNP coverage and large deletions in a study of human mitochondrial DNA (Fig. 3, McCrow, Peterson, et. al, 2015)
  • Because it is a single Perl script with no external dependencies, it is easy to run, and easy to further customize
  • SVG is used because it is a scalable format allowing for very small representations of gene maps or highly magnified regions with unlimited resolution

Examples

See examples/ for a tutorial

SNPs and large deletions in mtDNA

slacgene_mtdna_gene_snp_map

Usage

Usage: slacGene.pl (options)

options:
    -f            force overwrite of output file (default: no overwrite)
    -h            show help
    -i file       input file (use '-' for STDIN)
    -o file       output file (default: STDOUT)

Dependencies