-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatch.sh
More file actions
executable file
·61 lines (57 loc) · 2.75 KB
/
batch.sh
File metadata and controls
executable file
·61 lines (57 loc) · 2.75 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
Rscript simu_high.R --method="RPLE_cv_thres"
Rscript simu_high.R --method="RISE_cv_thres"
Rscript simu_high.R --method="logRISE_cv_thres"
Rscript simu_high.R --method="LogRelax"
Rscript simu_high.R --method="ELASSO_thres"
Rscript simu_high.R --method="SLIDE"
Rscript simu_degree.R --method="RPLE_thres" --case=0
Rscript simu_degree.R --method="RPLE_thres" --case=1
Rscript simu_degree.R --method="ELASSO_thres" --case=0
Rscript simu_degree.R --method="ELASSO_thres" --case=1
Rscript simu_degree.R --method="SLIDE" --case=0
Rscript simu_degree.R --method="SLIDE" --case=1
Rscript simu_beta.R --method="RPLE_thres" --type=3
Rscript simu_beta.R --method="RPLE_thres" --type=1
Rscript simu_beta.R --method="RPLE_thres" --type=4
Rscript simu_beta.R --method="RPLE_thres" --type=2
Rscript simu_beta.R --method="RPLE_thres" --type=5
Rscript simu_beta.R --method="RISE_thres" --type=3
Rscript simu_beta.R --method="RISE_thres" --type=1
Rscript simu_beta.R --method="RISE_thres" --type=4
Rscript simu_beta.R --method="RISE_thres" --type=2
Rscript simu_beta.R --method="RISE_thres" --type=5
Rscript simu_beta.R --method="logRISE_thres" --type=3
Rscript simu_beta.R --method="logRISE_thres" --type=1
Rscript simu_beta.R --method="logRISE_thres" --type=4
Rscript simu_beta.R --method="logRISE_thres" --type=2
Rscript simu_beta.R --method="logRISE_thres" --type=5
Rscript simu_beta.R --method="ELASSO_thres" --type=3
Rscript simu_beta.R --method="ELASSO_thres" --type=1
Rscript simu_beta.R --method="ELASSO_thres" --type=4
Rscript simu_beta.R --method="ELASSO_thres" --type=2
Rscript simu_beta.R --method="ELASSO_thres" --type=5
Rscript simu_beta.R --method="SLIDE" --type=3
Rscript simu_beta.R --method="SLIDE" --type=1
Rscript simu_beta.R --method="SLIDE" --type=4
Rscript simu_beta.R --method="SLIDE" --type=2
Rscript simu_beta.R --method="SLIDE" --type=5
Rscript simu_ws.R --method="RPLE_thres" --type=1
Rscript simu_ws.R --method="RPLE_thres" --type=3
Rscript simu_ws.R --method="RISE_thres" --type=1
Rscript simu_ws.R --method="RISE_thres" --type=3
Rscript simu_ws.R --method="logRISE_thres" --type=1
Rscript simu_ws.R --method="logRISE_thres" --type=3
Rscript simu_ws.R --method="ELASSO_thres" --type=1
Rscript simu_ws.R --method="ELASSO_thres" --type=3
Rscript simu_ws.R --method="SLIDE" --type=1
Rscript simu_ws.R --method="SLIDE" --type=3
Rscript simu_p.R --method="RPLE_thres" --type=1
Rscript simu_p.R --method="RPLE_thres" --type=3
Rscript simu_p.R --method="RISE_thres" --type=1
Rscript simu_p.R --method="RISE_thres" --type=3
Rscript simu_p.R --method="logRISE_thres" --type=1
Rscript simu_p.R --method="logRISE_thres" --type=3
Rscript simu_p.R --method="ELASSO_thres" --type=1
Rscript simu_p.R --method="ELASSO_thres" --type=3
Rscript simu_p.R --method="SLIDE" --type=1
Rscript simu_p.R --method="SLIDE" --type=3