choppa.logoplots.LogoPlot
- class choppa.logoplots.LogoPlot(residue_dict, fitness_threshold)[source]
Given a dict with mutants for a given residue, generate logoplots.
Methods
__init__(residue_dict, fitness_threshold)build_logoplot([global_min_confidence, ...])Determines which mutants are fit/unfit given the fitness_threshold and returns all data required for logoplot generation in a simple dict form.
render_logoplot(mutants[, ...])Creates a logoplot as a base64 string.