nucleic acid sequence to png converter
Project description
fasta2png
This program generates PNG images from nucleic acid (na) sequences in FASTA format.
It scans the sequence and generates a (small) rectangle (configurable size with --pixel-size) for each nucleotide bases from top-left to bottom-right. The aspect ratio of the PNG is also configurable (with --aspect-ratio). The PNG image is in RGBA format.
A, C, G, T is painted using different colors (U is same as T), and all other codes (N and others) are painted with white. The background of the image (meaning the remaining area in the image) is painted with black. These colors are also configurable.
Installation
pip install fasta2png
Usage
fna2png --input <input_in_fasta_format> --output <output_filename>
There are various options to customize PNG output, see help fna2png --help
for more info.
Example
NC_045512.2 is the SARS-CoV-2 (corona virus 2) complete genome sequenced by Chinese researchers in January 2020.
NC_045512.2.fna file below is https://www.ncbi.nlm.nih.gov/nuccore/NC_045512.2?report=fasta&log$=seqview&format=text.
$ fna2png --input NC_045512.2.fna --output NC_045512.2.png --pixel-size 4 --aspect-ratio 3 2
seqdesc: NC_045512.2 Severe acute respiratory syndrome coronavirus 2 isolate Wuhan-Hu-1, complete genome
seqlen: 29903
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fasta2png-1.tar.gz
.
File metadata
- Download URL: fasta2png-1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27b40f4f906b1103c648d144b5dd4a97bc280bf94f7ac94dfdba6d615eae8dd7 |
|
MD5 | 143a942ac44608069af9197e2d9ea6c4 |
|
BLAKE2b-256 | 02d0cdbdc1a224f02a4e14bbe52b879f3514b9c69112bdd573606d7deaa315cf |