Open andrew-bortvin opened 2 months ago
Exercise | Description | Completion |
---|---|---|
Q1 | Load data | Y |
Skipped first two lines | Y | |
Removed newline character | Y | |
Gene names, tissues, and expression data loaded into lists | Y | |
Q2 | Expression data converted into a float array | Y |
Q3 | <_removed_> | Y |
Q4 | Computed mean expression of first 10 genes | Y |
Q5A | Computed array-wide mean and median | Y |
Q5B | Intepretted array-wide mean and median | Y |
Q6A | Added pseudocount to expression array | Y |
Q6B | $log_2$ transformed expression array | Y |
Q6C | Compared and interpretted $log_2$ mean and median against pre-transformation mean and median | Y |
Q7A | Sorted array by the correct axis | Y |
Q7B | Computed $\Delta expression$ per gene | Y |
Q8 | Correctly identified count of genes where $\Delta expression > 10$ | Y |