Welcome to the STAT545 Homework Repo for Nicole Hawe
Overview
This readme file was created for Stat545 Homework 1. It belongs to Nicole Hawe, a second year Grad student in Biochemistry. I use yeast as a model organism to study gene regulation, specifically at the transcriptional level!
Warning: I'm a Stats newbie
But I'm excited to learn all I can in this class
My Homework So Far
Homework Assignment 1: Using R Markdown
Homework Assignment 2: Exploring Gapminder and Dplyr
Homework Assignment 3: More In Depth Dplyr and Ggplot
Homework Assignment 4: Tidy Data and Joins
Homework Assignment 5: Factor and Figure Management
Find all the info you need about the class at this link
How Hw01 Edits were executed
- I when to github and created a new Repo
- I decided to edit my Readme locally
- Then I opened RStudio and went File->New Project->Version Control->Git
- I then cloned my new repository into RStudio (via copying the link)
- Here I opened the Readme and made my edits in the Rscript window
- I then saved, went over to the Git tab, pulled from the repo, then committed my edits, and pushed them to my Repo
- I checked these edits online via Github
R Markdown Section of Hw01
- I opened the R markdown file started in class on Thursday Sept 14
- I made a few edits to the headers and cleaned the document up by deleting some additional notes on R markdown
- Then in order to keep the R markdown file I went to the gear icon-> Output options-> Advanced -> keep R markdown source file
- I also hand edited the YAML to make the output be a github_document
- I saved this file, pulled from the Git repo, committed my .md and .rmd files, and then pushed them to my repo