ac052d8737d28287040445e119b1d8c8d8cd1519,doc/examples/scripts/sequence/pi3k_alignment.py,,,#,109

Before Change


// The alignment is quite long
// -> Reduce font and box size to reduce figure size
visualizer.set_alignment_properties(
    box_size=(8,14), symbols_per_line=80, font_size=6
)
visualizer.add_labels(names, font_size=10, size=80)
visualizer.add_location_numbers(size=40, font_size=10)

After Change



matrix = align.SubstitutionMatrix.std_protein_matrix()
fig = plt.figure(figsize=(8.0, 15))
ax = fig.add_subplot(111)
// The alignment is quite long
// -> Reduce font size to reduce figure size
graphics.plot_alignment_similarity_based(
    ax, alignment, matrix=matrix, symbols_per_line=80, labels=names,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: biotite-dev/biotite
Commit Name: ac052d8737d28287040445e119b1d8c8d8cd1519
Time: 2018-10-16
Author: patrick.kunzm@gmail.com
File Name: doc/examples/scripts/sequence/pi3k_alignment.py
Class Name:
Method Name:


Project Name: BindsNET/bindsnet
Commit Name: 4c9bebf450569d0a1da22a0560343c45f7196fa3
Time: 2018-05-01
Author: djsaunde@umass.edu
File Name: examples/space_invaders.py
Class Name:
Method Name:


Project Name: suavecode/SUAVE
Commit Name: 10f95c7c122a9c48f10369adfaf5775e89912c7b
Time: 2020-09-01
Author: mclarke2@stanford.edu
File Name: trunk/SUAVE/Plots/Mission_Plots.py
Class Name:
Method Name: plot_drag_components