eyarbz / qbb2024-answers

0 stars 0 forks source link

QBIOLAB - Week 1 Assignment #8

Open nicmoya opened 1 month ago

nicmoya commented 1 month ago

Specific comments (Point deductions in parenthesis at the end of comments when applicable):

  1. Your plots could benefit from a more informative legend title (or lack of!)
  2. The stacked histograms are hard to read, especially at 30x. The geom_line() over the simulated data would have sufficed. (-0.1 per plot)
  3. Any particular reason you used R-markdown instead of an Rscript? I don’t see any knit HTMLs, and the PNGs seem to be output using ggsave() anyways.
  4. Next time please include your intermediate files (e.g.: genome_coverage.txt) so I don’t have to compile your code. How did you handle input files for different plots with the same file name?
  5. Try to push more often, with more informative comments on each commit.

Otherwise great work!

Code: 5/5 Answers: 3/3 Plots: 1.7/2

Total: 9.7/10