Python tools to plot quantitative data along protein or DNA/RNA sequences or multiple sequence alignments of those.
conda install -c intbio -c conda-forge -c bioconda seqplot
For Jupyter use see example.ipynb - THIS IS RECOMMENDED
- in development
Main function is
---- In development
- Testing can be done as
git clone https://github.com/intbio/seqplot.git
docker run --workdir "/wd" -v "$PWD/seqplot:/wd" intbio/seqplot_test pytest
See test_results folder for results.