mcrott / qbb2024-answers

0 stars 0 forks source link

Week 2 Assignment #6

Closed jonathanfischer97 closed 2 weeks ago

jonathanfischer97 commented 2 weeks ago

Part 1: Bash Script for Bedtools Commands (2.5 pts)

You did not submit the shell script for creating the feature bed files using bedtools. This was required to get full credit for Part 1.

Score: 0/2.5

Part 2: SNP Enrichment Calculation and Analysis (7.5 pts)

2.1 Shell Script for Calculating Enrichments (4.5 pts)

Your script correctly implements the logic to calculate SNP enrichments across different MAF levels and genomic features. The loops, use of bedtools, and calculations with awk and bc are accurate.

Score: 4.5/4.5

2.2 Text File with SNP Enrichments (0.5 pts)

Score: 0.5/0.5

2.3 Plot from Step 2.4 (1.5 pts)

Your plot is clear, with correctly calculated log2-transformed SNP enrichment values. The lines for each feature are distinguishable, and the trends are biologically accurate.

Score: 1.5/1.5

2.4 Answers to Questions in README.md (1.0 pts)

Your answers demonstrate a understanding but lack details:

Score: 0.5/1.0

Total Score: 7/10

mcrott commented 2 weeks ago

Updated with revisions.

jonathanfischer97 commented 1 week ago

Week 2 Regrade

Total score: 9.75 points

Good job!