Molecula Paclet Symbol
MNextLevel
MDescriptorValue
MLabel
MAtomType
MId
MCoordinates
See Also »
|
Molecula Data Structure
More About »
MNextLevelLength
MNextLevelLength[
hexpr
]
returns the number of sub hierarchical expression of
hexpr
.
MORE INFORMATION
hexpr
could be most of the predefined hierarchical expressions of
Molecula
:
MData
,
MModel
,
MChain
and
MResidue
.
hexpr
can not be an
MAtom
which are the leaves of the hierarchy tree.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Loads a sample chain:
In[2]:=
Out[2]=
Get the number of residues in the chain:
In[3]:=
Out[3]=
This is equal to the following evaluation=
In[4]:=
Out[4]=
In[5]:=
SEE ALSO
MNextLevel
MDescriptorValue
MLabel
MAtomType
MId
MCoordinates
MORE ABOUT
Molecula Data Structure