the structure object
the viewer object
parameters object
Set representation parameters
selection string, see {@tutorial selection-language}
this object
Set the visibility of the representation
visibility flag
this object
Generated using TypeDoc
Backbone representation. Show cylinders (or lines) connecting .CA (protein) or .C4'/.C3' (RNA/DNA) of polymers.
Name: backbone
stage.loadFile( "rcsb://1sfi" ).then( function( o ){ o.addRepresentation( "backbone" ); o.autoView(); } );