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
2. Create a folder structure like the one we learned in class with folders for data and code.
3. Create an R markdown document to record what you are doing. Explain each step in words (don't forget to add session info!). This is your raw analysis.
4. Download the samples data on the 1,000 genomes project from their website: ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/technical/working/20130606_sample_info/20130606_sample_info.xlsx, (be sure to save the date you downloaded!)
5. Load and tidy each sheet of the spreadsheet using tools you've learned in this class.
6. Merge all data sets into one tidy data set and save it as the processed data along with your script.
7. Celebrate data collection and processing skillz!