Skip to content

Commit d21c474

Browse files
authored
Add files via upload
1 parent 6617c42 commit d21c474

12 files changed

+1239
-0
lines changed

Tutorial3/InputFiles/CTL_dedup.bam

18.8 MB
Binary file not shown.
125 KB
Binary file not shown.

Tutorial3/InputFiles/CTL_peaks.narrowPeak

+650
Large diffs are not rendered by default.

Tutorial3/InputFiles/Mutant_dedup.bam

23.6 MB
Binary file not shown.
140 KB
Binary file not shown.

Tutorial3/InputFiles/Mutant_peaks.narrowPeak

+560
Large diffs are not rendered by default.

Tutorial3/InputFiles/chr4.fa.fai

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chr4 190214555 6 50 51
Loading

Tutorial3/LessonImages/DiffPeaks.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[
2+
{
3+
"question": "Please click on all the answers that you think apply (there can be more than one). What are some limitations of simply intersecting two peak lists to identify differential peaks?",
4+
"type": "many_choice",
5+
"answers": [
6+
{
7+
"answer": "Simple overlaps fail to identify quantitative differences.",
8+
"correct": true,
9+
"feedback": "Correct. Intersection fails to account for signal intensity."
10+
},
11+
{
12+
"answer": "Peak calling has error rates that are aggravated by simple overlaps.",
13+
"correct": true,
14+
"feedback": "Correct. Because peak calling is performed in each sample, a missing peak call in one sample could be due to the false negative rate. "
15+
},
16+
{
17+
"answer": "Simple overlaps fail to account for random shifts in the data.",
18+
"correct": true,
19+
"feedback": "Correct. Some peak calls can be randomly shifted slightly between samples which simple overlap does not account for."
20+
},
21+
{
22+
"answer": "Different samples may have distinct immunoprecipitation (IP) effiencies",
23+
"correct": true,
24+
"feedback": "Correct. IP efficiency can dramatically impact peak detection and thereby change the simple overlap results. "
25+
}
26+
]
27+
}
28+
]
11.4 KB
Loading
71 KB
Loading
170 KB
Loading

0 commit comments

Comments
 (0)