Manipulating Sequences - English
This is a sample video. To access the full content,
please
Login
8970 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.