fredhutchio / tfcb_2019

class materials for MCB517A through UW/Fred Hutch
10 stars 10 forks source link

lecture08, genomic data in R #19

Closed k8hertweck closed 5 years ago

k8hertweck commented 5 years ago

I'll add a few notes here as I work through the analysis.

First, it may be useful to explicitly say that all downloaded data files should be placed in a directory with the scripts (I'll include this in the README, and you will probably also need to say this as you work through materials in class)

gavinha commented 5 years ago

Hi @k8hertweck

If you have no concerns about the lecture materials, you can merge this PR.

Thanks, Gavin

k8hertweck commented 5 years ago

This is awesome! The code runs very well as long as files are in the correct place (and named correctly). I'm concerned some students will have .gz files that are auto-expanded after download, which results in the R session aborting when running the chunk requiring the gzipped file. I'll add some notes to the readme, and double check with everyone at the start of class.

I really like how the slides include the files necessary for each tutorial. It looks like some of the file names are duplicated, though?

k8hertweck commented 5 years ago

I changed the output format from knitting to html, since PDF requires LaTeX and it's easier to not include an additional install. Happy to change back if necessary. I'm going ahead and merging to check links and whatnot but feel free to make additional changes before class.