Hands-On
Let’s try to predict operon structures in bacteria. We will use both supervised and unsupervised approaches.
We will practice several supervised methods using Biopython and scikit-learn. Please refer Supervised learning methods in Chapter 16 of Biopython Tutorial and Cookbook and scikit-learn.
We will also practice unsupervised methods using K-means algorithm. Please also refer scikit-learn
Last updated