EmeraldSubsequences
EmeraldSubsequences[sequence,n]⟹subsequences
breaks the provides sequence into a list of overlapping subsequences of length n.
EmeraldSubsequences[sequence,n,Span[minIndex,maxIndex]]⟹subsequences
breaks the provides sequence into a list of overlapping subsequences of length n from the minIndex to the maxIndex.
EmeraldSubsequences[sequence]⟹subsequences
breaks the provides sequence into a list of overlapping subsequences from length 1 to the length of the sequence.
EmeraldSubsequences[sequence,Span[minIndex,maxIndex]]⟹subsequences
breaks the provides sequence into a list of overlapping subsequences of length 1 to the length of the sequence from the minIndex to the maxIndex.
EmeraldSubsequences[cmplex,n]⟹motifSubsequence
given a Structure, and a level n, returns a list of rules for each subsequence of each unique motif in the set of strands of the Structure.
EmeraldSubsequences[strands,n]⟹motifSubsequence
given a list of strands, and a level n, returns a list of rules for each subsequence of each unique motif in the set of strands.
Details
Input
Output
General Options