AllPalindromes[n]⟹palindromes
given a length n, returns all palindromic sequences of length n.
The function is used to generate all palindromic sequences of a given length:
A palindrome is defined as a sequence this is its own reverse compliment:
The number of Palindromes explodes expoentially with larger lengths:
Specific Monomers or subsequences can be provided that must be excluded from the palindromes:
Explicit typing of the output sequences can be requested:
The polymer type can be provided using the Polymer options:
The function is listable by the length of the palindromes:
Function is listable:
If too large a space of solutions is requested, the TooMany error will be thrown:
In DNA and RNA, there is no self-Pairing monomer and thus there are no palindromes of odd length: