-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfolder-structure.txt
63 lines (63 loc) · 1.57 KB
/
folder-structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
repo
|-- README.md
|-- data
| |-- CHIPseq
| | |-- HepG2
| | | `-- bed
| | | |-- README.txt
| | | |-- encode.chipseq.download.urls.HepG2.txt
| | | `-- metadata_CHIPseq_HepG2.tsv
| | `-- K562
| | `-- bed
| | |-- README.txt
| | |-- encode.chipseq.download.urls.K562.txt
| | `-- metadata_CHIPseq_K562.tsv
| |-- Cage
| | `-- README.txt
| |-- CpG
| | |-- README.txt
| | `-- cpgIslandExt.txt
| |-- GROseq
| | |-- HepG2
| | | `-- README.txt
| | `-- K562
| | `-- README.txt
| |-- GeneAnnotations
| | `-- Gencode
| | `-- README.txt
| |-- HousekeepingGenes
| | |-- README.txt
| | `-- house_keeping.txt
| |-- RNAseq
| | |-- HepG2
| | | `-- README.txt
| | `-- K562
| | `-- README.txt
| `-- eClip
| |-- HepG2
| | `-- bed
| | |-- README.txt
| | |-- encode.eclipseq.download.urls.HepG2.txt
| | `-- metadata_eCLIP_HepG2.tsv
| `-- K562
| `-- bed
| |-- README.txt
| |-- encode.eclipseq.download.urls.K562.txt
| `-- metadata_eCLIP_K562.tsv
|-- resources
| |-- Data\ Accessions.xlsx
| `-- folder.structure.txt
|-- results
| |-- Predictions
| | |-- model_data
| | | `-- README.txt
| | `-- model_evaluation
| | `-- README.txt
| `-- README.txt
`-- src
|-- Transcriptional_Pausing_MAIN.R
|-- data_analysis.R
|-- data_preprocessing.R
|-- data_processing.R
|-- helper_functions.R
`-- init.R