GenerateSequence
GenerateSequence[cmplx:StructureP]⟹fullStructure:StructureP
given a Structure, will fill in the degenerate bases with optimal sequence.
GenerateSequence[str:StrandP]⟹fullStrand:StrandP
given a strand, will fill in the degenerate bases with optimal sequence.
GenerateSequence[seq:SequenceP]⟹fullSequence:SequenceP
given a sequence, will fill in the degenerate bases with optimal sequence.
GenerateSequence[length_Integer]⟹fullSequence:SequenceP
given a length, will generate an optimal sequence of the provided length.
Examples
Basic Examples (5)
The function will output a sequence, given certain parameters:
The function will output a sequence, given parameters and specific sequences:
The function will output a sequence, given a monomer input:
The function will generate the desired sequence, given monomers:
The function can generate a random strand of DNA:


