@@ -10,52 +10,32 @@ mate: [1,2] #paired-end fastq format, we recommend naming paired-e
10
10
11
11
12
12
# ########Cohort level analysis parameters################
13
- design : Responder # Condition on which to do comparsion (as set up in metasheet.csv)
14
- Treatment : R # Treatment use in DESeq2, corresponding to positive log fold change
15
- Control : NR # Control use in DESeq2, corresponding to negative log fold change
13
+ design : GSE_ID # Condition on which to do comparsion (as set up in metasheet.csv)
14
+ Treatment : GSE149815 # Treatment use in DESeq2, corresponding to positive log fold change
15
+ Control : GSE98672 # Control use in DESeq2, corresponding to negative log fold change
16
16
batch : syn_batch # Options: 'false' or a column name from the metasheet.csv.
17
17
# If set to a column name in the metasheet.csv, the column name will be used for batch effect analysis (limma).
18
18
# It will also be used as a covariate for differential analysis (DESeq2) to account for batch effect.
19
19
20
20
# ###########################################################
21
21
# list samples #
22
22
# ###########################################################
23
-
24
23
samples :
25
- SRR8281218 :
26
- - /mnt/RIMA/data/SRR8281218_1.fastq.gz
27
- - /mnt/RIMA/data/SRR8281218_2.fastq.gz
28
- SRR8281219 :
29
- - /mnt/RIMA/data/SRR8281219_1.fastq.gz
30
- - /mnt/RIMA/data/SRR8281219_2.fastq.gz
31
- SRR8281226 :
32
- - /mnt/RIMA/data/SRR8281226_1.fastq.gz
33
- - /mnt/RIMA/data/SRR8281226_2.fastq.gz
34
- SRR8281236 :
35
- - /mnt/RIMA/data/SRR8281236_1.fastq.gz
36
- - /mnt/RIMA/data/SRR8281236_2.fastq.gz
37
- SRR8281230 :
38
- - /mnt/RIMA/data/SRR8281230_1.fastq.gz
39
- - /mnt/RIMA/data/SRR8281230_2.fastq.gz
40
- SRR8281233 :
41
- - /mnt/RIMA/data/SRR8281233_1.fastq.gz
42
- - /mnt/RIMA/data/SRR8281233_2.fastq.gz
43
- SRR8281244 :
44
- - /mnt/RIMA/data/SRR8281244_1.fastq.gz
45
- - /mnt/RIMA/data/SRR8281244_2.fastq.gz
46
- SRR8281245 :
47
- - /mnt/RIMA/data/SRR8281245_1.fastq.gz
48
- - /mnt/RIMA/data/SRR8281245_2.fastq.gz
49
- SRR8281243 :
50
- - /mnt/RIMA/data/SRR8281243_1.fastq.gz
51
- - /mnt/RIMA/data/SRR8281243_2.fastq.gz
52
- SRR8281251 :
53
- - /mnt/RIMA/data/SRR8281251_1.fastq.gz
54
- - /mnt/RIMA/data/SRR8281251_2.fastq.gz
55
- SRR8281238 :
56
- - /mnt/RIMA/data/SRR8281238_1.fastq.gz
57
- - /mnt/RIMA/data/SRR8281238_2.fastq.gz
58
- SRR8281250 :
59
- - /mnt/RIMA/data/SRR8281250_1.fastq.gz
60
- - /mnt/RIMA/data/SRR8281250_2.fastq.gz
61
-
24
+ SRX8245648 :
25
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245648/SRR11684859/SRR11684859_2.fastq.gz
26
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245648/SRR11684859/SRR11684859_1.fastq.gz
27
+ SRX8245632 :
28
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245632/SRR11684843/SRR11684843_2.fastq.gz
29
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245632/SRR11684843/SRR11684843_1.fastq.gz
30
+ SRX8245638 :
31
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245638/SRR11684849/SRR11684849_1.fastq.gz
32
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245638/SRR11684849/SRR11684849_2.fastq.gz
33
+ SRX8245621 :
34
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245621/SRR11684832/SRR11684832_2.fastq.gz
35
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245621/SRR11684832/SRR11684832_1.fastq.gz
36
+ SRX8245619 :
37
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245619/SRR11684830/SRR11684830_1.fastq.gz
38
+ - /liulab/nofal/syng_raw_data_new/GSE149815/SRX8245619/SRR11684830/SRR11684830_2.fastq.gz
39
+ SRX2790943 :
40
+ - /liulab/nofal/syng_raw_data_new/GSE98672/SRX2790943/SRR5517574/SRR5517574_2.fastq.gz
41
+ - /liulab/nofal/syng_raw_data_new/GSE98672/SRX2790943/SRR5517574/SRR5517574_1.fastq.gz
0 commit comments