Switch to unified view

a b/AWS/quizes/Chapter8_Quizes.json
1
[
2
    {
3
        "question": "A volcano plot:",
4
        "type": "many_choice",
5
        "shuffle_answers": true,
6
        "answers": [
7
            {
8
                "answer": "compares p-value with fold change.",
9
                "correct": true,
10
                "feedback": "Correct.  The volcano plot is used to identify statistically significant differences in protein levels."
11
            },
12
            {
13
                "answer": "fold change versus mean expression.",
14
                "correct": false,
15
                "feedback": "Incorrect.  An MA plot measures fold change vs. mean expression."
16
            },
17
            {
18
                "answer": "Compares two conditions.",
19
                "correct": true,
20
                "feedback": "Correct.  The left and right sides of the plot indicate the different conditions."
21
            },
22
            {
23
                "answer": "is a clustering algorithm.",
24
                "correct": false,
25
                "feedback": "Incorrect.  A volcano plot does not cluster data."
26
            }
27
        ]
28
    },
29
    {
30
        "question": "The fanning effect in an MA plot is caused by:",
31
        "type": "many_choice",
32
        "shuffle_answers": true,
33
        "answers": [
34
            {
35
                "answer": "the fact that low expression features tend to be more variable in fold change than high expression features.",
36
                "correct": true,
37
                "feedback": "Correct."
38
            },
39
            {
40
                "answer": "the fact that high expression features tend to be more variable in fold change than low expression features.",
41
                "correct": false,
42
                "feedback": "Incorrect."
43
            },
44
            {
45
                "answer": "Most features show no expression.",
46
                "correct": false,
47
                "feedback": "Incorrect.  The MA plot shows this observation to be true but it's not responsible for the fanning effect."
48
            },
49
            {
50
                "answer": "outliers in the data.",
51
                "correct": false,
52
                "feedback": "Incorrect.  Outliers might increase the rate of false positives but are not responsible for the fanning effect."
53
            }
54
        ]
55
    },
56
    {
57
        "question": "The following methods may be used following an omics analysis to confirm the biological significance of your results:",
58
        "type": "many_choice",
59
        "shuffle_answers": true,
60
        "answers": [
61
            {
62
                "answer": "Pathway analysis",
63
                "correct": true,
64
                "feedback": "Correct.  Pathway analysis will present your results from a biological network perspective, providing additional biological context to your results.."
65
            },
66
            {
67
                "answer": "Meta-analysis",
68
                "correct": true,
69
                "feedback": "Correct.  Properly comparing results across laboratories can increase the statistical power of your results."
70
            },
71
            {
72
                "answer": "Experimental validation",
73
                "correct": true,
74
                "feedback": "Correct.  Experimental validation of omics results ensures that you aren't observing computational artifacts from your data analysis."
75
            },
76
            {
77
                "answer": "Logistic regression",
78
                "correct": false,
79
                "feedback": "Incorrect.  While logistic regression and classification might be relevant to your research, it does not provide additional biological context to your results."
80
            },
81
            {
82
                "answer": "PCA",
83
                "correct": false,
84
                "feedback": "Incorrect.  While PCA can identify which features are likely driving patterns in your data, it does not give you a verified biological reason why."
85
            },
86
            {
87
                "answer": "Machine learning",
88
                "correct": false,
89
                "feedback": "Incorrect.  Sophisticated ML algorithms may have high accuracy when predicted results, but in and of themselves to not provide biological validation."
90
            }
91
        ]
92
    }
93
]