Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Manipulating Sequences - English

7060 visits



Outline:

1. Generate a random DNA sequence. 2. Slice the DNA sequence at specified locations. 3. Join the two sequences together to form a new sequence (concatenate). 4. Find the length of the sequence. 5. Count the number of individual bases or part of string. 6. Find a particular base or part of the string. 7. Convert a sequence object to a mutable sequence object.