You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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) #301snp_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
selectcalls, which on the lesson page is showing tibble output but for learners/instructors is printing the full output to screen. #150Data visualization with ggplot2