widdowquinn / Teaching-IBioIC-Intro-to-Bioinformatics

Course materials for the IBioIC Introduction to Bioinformatics training course
https://widdowquinn.github.io/Teaching-IBioIC-Intro-to-Bioinformatics/
10 stars 7 forks source link

Skipped named columns from UniProt? #57

Open peterjc opened 7 years ago

peterjc commented 7 years ago

During the 02-sequence_databases/07-uniprot_programming.ipynb run-though I wondered if we should skip the bit about requesting specifically named columns? It seemed overkill given the data-frame example which followed and had even more columns.

widdowquinn commented 7 years ago

You're probably right. I think it contributed towards the time overrun.

That said, if you want a specific piece of data from UniProt, it's kind of necessary. Maybe leave it out of the introductory course, and include it in something more advanced?

peterjc commented 7 years ago

Yes, could even have bonus bits at ends of some notebooks.

widdowquinn commented 7 years ago

Good idea!