Skip to content

maedat/GeneHere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GeneHere; Gene position visualizer for GFF3

====

GeneHere visualizes the gene position from gff3 and fasta format files.

Example

example.png

Requirement

Python 3.7. (Biopython, pandas, argparse)

Usage

usage: genehere.py [-h] -f FASTA -g GFF [-t TITLE] [-o OUT] [-s SCALE]
                   [-S SCALE_SPLIT] [-x XSIZE] [-y YSIZE]

optional arguments:
  -h, --help            show this help message and exit
  -f FASTA, --fasta FASTA
                        File path to a fasta file
  -g GFF, --gff GFF     GFF3 file path
  -t TITLE, --title TITLE
                        Figure title (default = No Title)
  -o OUT, --out OUT     Output file (pdf) name (default = simple_chrom.pdf)
  -s SCALE, --scale SCALE
                        Manualy set the ladder scale size (default = 100000)
  -S SCALE_SPLIT, --scale_split SCALE_SPLIT
                        How many split ladder (default = 10)
  -x XSIZE, --xsize XSIZE
                        output image file size (x axis, default = 100 [cm] )
  -y YSIZE, --ysize YSIZE
                        output image file size (y axis, default = 30 [cm] )

Demo

cd example
../genehere.py -f genome.fa -g gene.gff3 -s 2000000

Coloration

When you want to change the coloration of the position marker, please add "color" qualifiers like a demo file "gene.gff3 " and specify the colors by numbers (1 = Black, 2 = Red, 3 = Green, 4 = blue, 5 =cyan, 6 = purple)

Licence

MIT License

Author

[Taro Maeda](

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages