Skip to content

Publication-grade visualizations for multiple sequence alignments

License

Notifications You must be signed in to change notification settings

jimmyliu1326/msa-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msa-vis

r-vers run with docker run with singularity

docker build docker image size

Introduction

msa-vis is developed to generate publication-grade visualizations for multiple sequence alignments (MSA).

Getting started

The source code and required dependencies are containerized as a single image file that can be downloaded via Docker or Singularity.

Docker

docker pull jimmyliu1326/msa-vis

Singularity

singularity pull docker://jimmyliu1326/msa-vis

Once the image has been downloaded, try calling msa-vis.R to print the script usage message to screen.

Docker

docker run jimmyliu1326/msa-vis msa-vis.R --help

Singularity

singularity exec msa-vis.sif msa-vis.R --help

If the help message successfully prints to screen, then you are all set! 🥳

Example visualizations

DNA alignment

Amino acid alignment

Credit

msa-vis would not have been possible without the following open source packages developed by the amazing R community:

About

Publication-grade visualizations for multiple sequence alignments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published