Documentation for dmslogo¶
dmslogo is a Python package written by the Bloom lab for making sequence logo plots of deep mutational scanning data.
It allows you to make figures like this with just a single plotting command:
Plot showing antibody selection across the entirety of HIV Env, and zooming in on mutations at strongly selected sites.
Created using the dmslogo.facet.facet_plot command as shown in the Examples.¶
It also allows you to heavily customize your logo plots, such as by coloring specific letters at specific sites or using Comic Sans font:
Logo plot with custom letter coloring and Comic Sans font.
Created using the dmslogo.logo.draw_logo command as shown in the Examples.¶