Skip to content

Commit 5b98688

Browse files
authored
Add scripts and formatting
1 parent a061b34 commit 5b98688

1 file changed

Lines changed: 34 additions & 32 deletions

File tree

README.md

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,41 @@ Code for integration and evaluation of Broad and Sanger Institutes CRISPR-Cas9 s
33

44

55
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
1517

1618
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.
1820

1921
The packages required to run the R scripts are:
20-
here
21-
preprocessCore
22-
stringr
23-
RColorBrewer
24-
colorspace
25-
scales
26-
psych
27-
sva
28-
ggfortify
29-
VennDiagram
30-
splines
31-
e1071
32-
tsne
33-
caTools
34-
ggplot2
35-
gridExtra
36-
magrittr
37-
tidyverse
38-
dplyr
39-
MASS
40-
sn
41-
beeswarm
22+
* here
23+
* preprocessCore
24+
* stringr
25+
* RColorBrewer
26+
* colorspace
27+
* scales
28+
* psych
29+
* sva
30+
* ggfortify
31+
* VennDiagram
32+
* splines
33+
* e1071
34+
* tsne
35+
* caTools
36+
* ggplot2
37+
* gridExtra
38+
* magrittr
39+
* tidyverse
40+
* dplyr
41+
* MASS
42+
* sn
43+
* beeswarm

0 commit comments

Comments
 (0)