Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 869 Bytes

HW2.md

File metadata and controls

10 lines (5 loc) · 869 Bytes

This is your second homework due Tuesday Feb 10.

  1. Use the GEOmetabd package to find all HCV gene expression data using the Illumina platform submitted by an investigator at Yale. This should be done with a single query, showing the title, the GSE accession number, the GPL accession number and the manufacturer and the description of the platform used.

  2. Reproduce your above query using the data.table package. Again, try to use a single line of code. [Hint: You first need to convert all db tables to data.table tables].

Please submit your code as an Rmd file that can be used to check your queries and show the results. You need to make sure you ignore all output files. For consistency, please name your repository HW2-yourusername. Look at other instructions on Canvas.

Remember to comment your code as much as possible and use good coding standards.