pyprobound.plotting.logo
- logo(psam, logo_height=2, width=8, reverse=False, fix_gauge=True)
Plots a sequence recognition logo for the given PSAM.
- Parameters:
psam (
PSAM) – A PSAM to plot into a logo.reverse (
bool) – Whether to plot the reverse complement.fix_gauge (
bool) – Whether to call fix_gauge() before plotting the logo.
- Return type:
None