We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
The exercises (which contain answers) are in a private repo. Thanks for submitting the Issue here.
Sorry, something went wrong.
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.
No branches or pull requests
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 text was updated successfully, but these errors were encountered: