Downloads
Source Code
All source codes and binary files are available from here The latest version of CImg.h is available from CImg Library You can download the source code, binary file and demo outputs of fasta2asc and genPortrait.
fasta2asc reads the genome sequence and counts the frequences of n-length nucleotides, then saves the frequencies in a text file.
- fasta2asc -9 e.coli.fna => e.coli.fna.9.asc (Frequencies of 9-nucleotides)
- fasta2asc -5 e.coli.fna => e.coli.fna.5.asc (Frequencies of 5-nucleotides)
genPortrait reads the text format file and maps the frequencies into a gray scale or maps into a color scale. The color scheme is specified by using one of HSV, JET, COOL, and SPRING options.
- genPortrait e.coli.fna.9.asc => e.ecoli.fna.9.asc.bmp .HSV.bmp .JET.bmp ...
- genPortrait e.coli.fna.5.asc => e.ecoli.fna.5.asc.bmp .HSV.bmp .JET.bmp ...
Sequences
631 genome sequences are available for download as an input from hereOr you can download a partial sequence of