ASPL Guide to Operations v 1.00
© 2024 by SetSphere.COM
9. 6d%\ aligns two sequences based on their subgroups difference
d%\ a1 a2 | a1 a2 a3 where a1 a2 | a1 a2 a3 are set variables
d%\`mtm~ a1 a2 | a1 a2 a3
d%\/mtm~ a1 a2 | a1 a2 a3
d%\
When specified by itself then the operation is performed on the object on top of the stack and the one that is one below it, then the result is pushed on the stack
seqop seqoid 23 notcommu ins:H_H_H text:alignment
Use the operator d%\ to align the subgroups difference of two datasets.
d%\ EXAMPLEThis example shows how to compare the subgroups difference between two randomly created groups.
d%\ OPERATION#aspl RANDONEBITMIX
start ASPL loading the sample workspace RANDONEBITMIX
① aspl>
v
② aspl>
d%\ g1 g2
(show the subgroups (difference) alignment between g1 and g2)
● Tickable Predicates for d%\
This d%\ is tickable with predicates that are shown in the following table:
a yellow note
d%\`_ aligns two sequences based on their subgroups difference d%\`c= aligns two sequences based on their subgroups difference such that they have the same checksum d%\`c~ aligns two sequences based on their subgroups difference such that they have different checksums d%\`c~~ aligns two sequences based on their subgroups difference such that they have all over different checksums d%\`h= aligns two sequences based on their subgroups difference such that they have the same entropy d%\`h~ aligns two sequences based on their subgroups difference such that they have different entropies d%\`h~~ aligns two sequences based on their subgroups difference such that they have all over different entropies d%\`mtm= aligns two sequences based on their subgroups difference such that they have the same make time d%\`mtm~ aligns two sequences based on their subgroups difference such that they have different make times d%\`mtm~~ aligns two sequences based on their subgroups difference such that they have all over different make times d%\`mtm< aligns two sequences based on their subgroups difference such that they have a prior make time d%\`mtm<= aligns two sequences based on their subgroups difference such that they have prior or same make time d%\`mtm> aligns two sequences based on their subgroups difference such that they have more recent make time d%\`mtm>= aligns two sequences based on their subgroups difference such that they have more recent or same make time d%\`ks= aligns two sequences based on their subgroups difference such that they have the same ksum d%\`ks~ aligns two sequences based on their subgroups difference such that they have different ksums d%\`ks~~ aligns two sequences based on their subgroups difference such that they have all over different ksums