You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-32Lines changed: 34 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,39 +3,41 @@ Code for integration and evaluation of Broad and Sanger Institutes CRISPR-Cas9 s
3
3
4
4
5
5
The code should be executed in the following order:
6
-
GenerateSourceData.R
7
-
Figure2.R
8
-
Figure3.R
9
-
UseCaseEssNonEss.R
10
-
CalculateNormLRT.R
11
-
UseCaseLineageSubtypes.R
12
-
UseCaseBiomarkers.R
13
-
CalculateBinaryDepletions.R
14
-
6
+
* GenerateSourceData.R
7
+
* Figure2.R
8
+
* Figure3.R
9
+
* UseCaseEssNonEss.R
10
+
* CalculateNormLRT.R
11
+
* UseCaseLineageSubtypes.R
12
+
* UseCaseBiomarkers.R
13
+
* CalculateBinaryDepletions.R
14
+
* IntegratedPerformance.R
15
+
* DownSamplingBatchCorrection.R
16
+
* DownSamplingFigures.R
15
17
16
18
To run the code, source data files should be downloaded from the Figshare repository:
17
-
The location of the Figshare directory should be added to the R scripts as indicated (dir.Input variable).
19
+
The location of the Figshare directory should be added to the R scripts as indicated (dir.Input variable). Note the DownSamplingBatchCorrection script is set to run in parallel over 24 cores. This script is computationally expensive.
0 commit comments