No questions yet
7748 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.
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.
Show video info
Pre-requisite