Completed
Bioinformatics in Python: DNA Toolkit. Part 8.1: Code refactoring into a bio_seq class
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Bioinformatics in Python - DNA Toolkit
Automatically move to the next video in the Classroom when playback concludes
- 1 Bioinformatics in Python: Intro
- 2 Bioinformatics in Python: DNA Toolkit. Part 1: Validating and counting nucleotides.
- 3 Bioinformatics in Python: DNA Toolkit. Part 2: Transcription, Reverse Complement
- 4 Bioinformatics in Python: DNA Toolkit. Part 3: GC Content Calculation
- 5 Bioinformatics in Python: DNA Toolkit. Part 4: Translation, Codon Usage
- 6 Bioinformatics in Python: DNA Toolkit. Part 5: Open Reading Frames
- 7 Bioinformatics in Python: DNA Toolkit. Part 6: Protein search in a reading frame
- 8 Bioinformatics in Python: DNA Toolkit. Part 7: A search for a real protein from NCBI database
- 9 Bioinformatics in Python: DNA Toolkit. Part 8.1: Code refactoring into a bio_seq class
- 10 Bioinformatics in Python: DNA Toolkit. Part 8.2: Code refactoring into a bio_seq class
- 11 Bioinformatics in Python: DNA Toolkit. Part 9: RNA, Helper functions