mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2b1ef5b34e
DNA Features Viewer is a Python library to visualize DNA features, e.g. from GenBank or Gff files. DNA Features Viewer can plot sequence maps linearly or circularly, with or without nucleotide sequence and amino-acid sequences. The plotter automatically produces clear plots even for sequences with many overlapping features and long labels. The library plays well with Matplotlib and Biopython, and the figures can be saved in different formats (PNG, JPEG, SVG, PDF), e.g. for report generation or LIMS interfaces.
13 lines
576 B
Plaintext
13 lines
576 B
Plaintext
DNA Features Viewer is a Python library to visualize DNA features, e.g.
|
|
from GenBank or Gff files.
|
|
|
|
DNA Features Viewer can plot sequence maps linearly or circularly, with
|
|
or without nucleotide sequence and amino-acid sequences. The plotter
|
|
automatically produces clear plots even for sequences with many
|
|
overlapping features and long labels. The library plays well with
|
|
Matplotlib and Biopython, and the figures can be saved in different
|
|
formats (PNG, JPEG, SVG, PDF), e.g. for report generation or LIMS
|
|
interfaces.
|
|
|
|
WWW: https://pypi.python.org/project/dna-features-viewer/
|