Molecula Paclet Symbol
MNextLevelLength
MDescriptorValue
MLabel
MAtomType
MId
MCoordinates
See Also »
|
Molecula Data Structure
More About »
MNextLevel
MNextLevel[
hexpr
]
returns the list of sub hierarchical expressions 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.
MNextLevel
is key low level programming function for navigation in the structure of hierarchical expressions in
Molecula
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Loads a sample chain:
In[2]:=
Out[2]=
Get list of chain's residues:
In[3]:=
Out[3]=
Applications
(1)
SEE ALSO
MNextLevelLength
MDescriptorValue
MLabel
MAtomType
MId
MCoordinates
MORE ABOUT
Molecula Data Structure