R-genomics
R-genomics copied to clipboard
Lesson on data analysis and visualization in R for genomics
To whom it may concern: As I am still unfamiliar (although trying to find more time to explore) with Github/Git, I'm submitting my checkout contribution via email. I've been exploring...
Added an example script that was missing from the Intro to R episode. Also removed the $ operator from this section (covered later in data frames).
Updated the Rstudio project creation sequence to match exactly what you see in Rstudio
We're not going to have a chance to teach statistics in the Genomics Data Carpentry workshop, but it would be nice to have some resources to point people towards. Do...
A very common mistake I have seen people make with ggplot2 is the use of aes() for mapping certain variables in the data frame to some graphical feature, or rather,...
It's hard to overstate how important it is to understand what it means for data to be 'tidy'. Tidy data is an important concept if you want to make the...
Since all workshops are to be taught on the cloud, we need a repo that addresses this perhaps? This changes how we think about setup instructions. The way I have...
The new version of RStudio includes an Terminal interface. I think doing genomics data analysis people use a lot of bashscripts and often want to go back and forth to...
I'm working on helping direct instructor attention towards fixing up/contributing to instructor notes. Currently don't have a link to provide for instructor notes for this lesson. Please add - even...
Added a return after 'We've just done two very useful things.' so the following numbered list renders correctly.