bis_protein_structure.CROSSLINK.plot_cross_link¶
- bis_protein_structure.CROSSLINK.plot_cross_link(residue_length, distogram, lys_leu_map, sa_map, tryptic_map)[source]¶
Plots cross-linking analysis based on distance, LYS_LEU map, solvent accessibility, and tryptic map.
- Parameters:
residue_length (int) – Number of residues in the chain.
distogram (numpy.ndarray) – Pairwise C-alpha distance matrix.
lys_leu_map (numpy.ndarray) – LYS and LEU residue map.
sa_map (numpy.ndarray) – Solvent accessibility map.
tryptic_map (numpy.ndarray) – Tryptic cleavage map.