NameMotifs
NameMotifs[item:(StructurePStrandPSequenceP)]⟹named:(StructurePStrandPSequenceP)
takes either a Structure, strand, or a sequence, and names any unnamed motifs with a unique string generated using Unique[].
Examples
Basic Examples (3)
Given a strand of generic DNA, the function will return a string tag for the DNA:
Given a list of different types of strands, the function will return a string tag for each one:
Given a list of different types of strands and specified names, the function will return those names associated with those strands:

