-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
103 lines (73 loc) · 2.74 KB
/
run.sh
File metadata and controls
103 lines (73 loc) · 2.74 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#!/bin/sh
######
# figure 1: new data on wildtype reporters, newly constructed for this paper based on Tunney et al
######
# codon speeds of each construct
R CMD BATCH figure_code/citrine_speeds_tunney_figure.R
# construct scores relative to endogenous genes
R CMD BATCH figure_code/endogenous_histogram.R
# (the flow and qPCR data are from the same run as figure 6, stemloop)
# flow of citrine constructs
R CMD BATCH analysis_code/stemloop/stemloop_protein_normgate.R
R CMD BATCH figure_code/WT/EFL_protein_plot.R
# qPCR of citrine constructs
R CMD BATCH analysis_code/stemloop/SL_mRNA_deltaCq.R
R CMD BATCH figure_code/WT/EFL_mRNA_plot.R
# TE of citrine constructs
R CMD BATCH figure_code/WT/EFL_TE_plot.R
######
# figure 2: TASEP model and polysome profiles
######
# TASEP (also makes two supp. figures)
R CMD BATCH figure_code/tasep_plots.R
# polysome gradients
R CMD BATCH figure_code/polysome_plots.R
######
# figure 3: RQC knockouts and E2A reporter
######
# RQC knockouts
# (the knockouts and chimeras are in the same flow run - process the data for both)
R CMD BATCH analysis_code/knockouts_chimeras_analysis.R
R CMD BATCH figure_code/knockouts_plot.R
# 2A reporter construct
R CMD BATCH analysis_code/E2A_normgate.R
R CMD BATCH figure_code/E2A_plot.R
######
# figure 4: start codon occlusion
######
# TASEP occlusion plot generated by the same script as above:
# R CMD BATCH figure_code/tasep_plots.R
# 5' standardized constructs
R CMD BATCH analysis_code/5pstandardized_flow_processing_normgate.R
R CMD BATCH figure_code/5prime_standardized_plot.R
# chimera constructs
# (chimera data was analyzed in the same flow run as RQC knockouts, above)
R CMD BATCH figure_code/chimera_plot.R
######
# figure 5: CRISPRi
######
# main ciber-seq results
R CMD BATCH figure_code/ciber-seq_plot.R
# individual crispri confirmations (protein)
R CMD BATCH analysis_code/individual_CRISPRi/crispri_protein_normgate.R
R CMD BATCH figure_code/individual_CRISPRi/crispri_protein_plot.R
######
# figure 6: stem loops
######
# the data are from the same run as figure 1
R CMD BATCH figure_code/stemloop_figures.R
#######################
# supp figures
#######################
######
# supp figures: CRISPRi and CiBER-seq controls
######
# ZEM fusion fluorescence
R CMD BATCH analysis_code/CiBER-seq/ZEM-cit_control_protein_normgate.R
R CMD BATCH figure_code/CiBERseq/ZEM-cit_control_plot.R
# CRISPRi growth defect controls
R CMD BATCH analysis_code/individual_CRISPRi/crispri_growthdefectscontrols_protein_normgate.R
R CMD BATCH figure_code/individual_CRISPRi/crispri_growthdefectcontrols_plot.R
# individual crispri confirmations (mRNA + protein)
R CMD BATCH analysis_code/individual_CRISPRi/crispri_te_with_errorprop.R
R CMD BATCH figure_code/individual_CRISPRi/crispri_te_plot.R