genomicsclass/labs

Getting Started Exercises question #1 sentence malformed

lwaldron opened this issue · 2 comments

From http://genomicsclass.github.io/book/pages/getting_started_exercises.html - question 1 doesn't make sense:

"Read in the file femaleMiceWeights.csv and report the body weight of the mouse in the exact name of the column containing the weights."

Perhaps it meant:

"Read in the file femaleMiceWeights.csv and report a) the body weights of all the mice, and b) the exact name of the column containing the weights."

Also, is the source for the exercises in this repo? I could find the getting started exercises.

The exercises (which contain answers) are in a private repo. Thanks for submitting the Issue here.

No problem. I'm using your book now for a course (https://github.com/lwaldron/AppStatTrento) so I may have more bug reports along the way.