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
Base representation. Show cylinders for RNA/DNA ladders.
Name: base
stage.loadFile( "rcsb://1d66" ).then( function( o ){ o.addRepresentation( "cartoon", { sele: "nucleic" } ); o.addRepresentation( "base", { color: "resname" } ); o.autoView( "nucleic" ); } );