AlloViz.Protein._protein_sel#

Protein._protein_sel = '(same segid as protein) and (not segid LIG) and (not chainid L)'#

Class attribute used to select only protein atoms from the input files with MDAnalysis selection syntax. It defaults to “(same segid as protein) and (not segid LIG) and (not chainid L)” and it can be extended through the protein_sel parameter using, e.g., AlloViz.Protein._protein_sel + ” and {customselection}”