Molecula Paclet Symbol
MPlot
MSurfaceAccessibilityPlot
MAxes
MRamachandranPlot
See Also »
|
Molecula Graphic Functions
More About »
MBSplinePlot
MBSplinePlot[ hexpr ]
returns a B-spline curve fitted over chains backbone atoms.
MORE INFORMATION
hexpr
must be an
MChain
or an
MModel
molecula expression, in order to compute a curve over the polymeric backbone.
The chain or the model must have the type "AminoAcids", or "NucleicAcids"
The atoms used to fit the curve are atoms with label "P" for nucleic acids chains, and atoms with label "CA" for amino acids chains.
The following options can be given:
"Rendering"
"Ribbon"
rendering style of the curve
"PlotPoints"
Default
number of points used to represents the curve
Options of Graphics3D can also be given.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Loads a sample chain:
In[2]:=
Represents the curve associated to the backbone:
In[3]:=
Out[3]=
Options
(2)
Neat Examples
(1)
SEE ALSO
MPlot
MSurfaceAccessibilityPlot
MAxes
MRamachandranPlot
MORE ABOUT
Molecula Graphic Functions