@@ -13,7 +13,7 @@ mate: [1,2] #paired-end fastq format, we recommend naming paired-e
13
13
design : Group # Condition on which to do comparsion (as set up in metasheet.csv)
14
14
Treatment : R # Treatment use in DESeq2, corresponding to positive log fold change
15
15
Control : NR # Control use in DESeq2, corresponding to negative log fold change
16
- batch : syb_batch # Options: 'false' or a column name from the metasheet.csv.
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
@@ -22,8 +22,7 @@ pre_treated: false # Option: true or false.
22
22
# If set to true, patients have received some form of therapy prior to the current study.
23
23
24
24
25
- # ###
26
- pre-treated : True
25
+
27
26
# ###########################################################
28
27
# list samples #
29
28
# ###########################################################
@@ -69,15 +68,4 @@ samples:
69
68
# ###########################################################
70
69
# Neoantigen testing #
71
70
# ###########################################################
72
- VCF : # vcf files for tumor samples
73
- SRR8281228 :
74
- - /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281228_tnscope.filter.neoantigen.vep.vcf
75
- SRR8281231 :
76
- - /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281231_tnscope.filter.neoantigen.vep.vcf
77
- SRR8281222 :
78
- - /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281222_tnscope.filter.neoantigen.vep.vcf
79
- SRR8281224 :
80
- - /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281224_tnscope.filter.neoantigen.vep.vcf
81
- SRR8281225 :
82
- - /mnt/zhao_trial/test_lin/analysis/vcf/SRR8281225_tnscope.filter.neoantigen.vep.vcf
83
71
0 commit comments