-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
To do list from beta pilot (2022-05-25-aucenter-online) #142
Comments
|
One more section to go! We might finish this by the end of this year 😲 @naupaka @JasonJWilliamsNY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Below is a summary of the 20 pages of notes the workshop observers took at the first beta pilot workshop teaching this lesson (2022-05-25-aucenter-online). Issues are listed by episode and are described in an actionable way wherever possible. In a few cases, more discussion may be needed within the developer team before an action can be decided.
Follow-up activity on the list below will be split among the lesson developers. To claim one or more of the items, place your name in bold at the start of the item. After you have created an PR for the item, add a link to your PR at the end of the item. Check off an item once a PR has been merged.
Introduction to the example dataset and file type
Introducing R and RStudio IDE
R Basics
=
is a problem? (Erin votes no but including for completeness)snp_genes[7]<- "APOA5"
to add in 6th position and remove note about NAs. NAs are introduced later in the episode. #175==
and%in%
at the end of “a few final vector tricks” #258typeof()
tomode()
to match what is taught earlier in lesson. #180R basics continued - factors and data frames
str(subset)
includes integer data, which hasn’t been introduced before. Explain this in the text. #285Using packages from Bioconductor
Data wrangling and analysis with tidyverse
select
calls, which on the lesson page is showing tibble output but for learners/instructors is printing the full output to screen. #150Data visualization with ggplot2
The text was updated successfully, but these errors were encountered: