|
1 |
| ---- |
2 |
| -############################################################ |
3 |
| -# Data information # |
4 |
| -############################################################ |
5 |
| - |
6 |
| -ref: ref.yaml |
7 |
| -assembly: mm10 #hg38 or mm10 |
8 |
| - |
9 |
| -cancer_type: AUTO #short name of cancer type |
10 |
| -metasheet: metasheet.txt |
11 |
| -designs: [Condition] #the column from metasheet which is used to do comparsion |
12 |
| - |
13 |
| -############################################################ |
14 |
| -# Data Processing # |
15 |
| -############################################################ |
16 |
| - |
17 |
| -### star |
18 |
| -#Possible values are [ff-firststrand, ff-secondstrand, ff-unstranded, fr-firststrand, fr-secondstrand, fr-unstranded (default), transfrags] |
19 |
| -library_type: 'fr-firststrand' |
20 |
| -stranded: true |
21 |
| -threads: 8 |
22 |
| - |
23 |
| -### rseqc parameters |
24 |
| -rseqc_ref: house_keeping #rseqc ref model |
25 |
| - |
26 |
| -############################################################ |
27 |
| -# Differential Gene Expression # |
28 |
| -############################################################ |
29 |
| - |
30 |
| - |
31 |
| -### batch_removal and PCA analysis |
32 |
| -#If you don't need to do batch removal, just setting [no] |
33 |
| -batch_covariates: [no] |
34 |
| - |
35 |
| -neoantigen_callers: "NetMHC" |
36 |
| -neoantigen_epitope_lengths: "8,9,10,11" |
37 |
| - |
38 |
| -### deseq2 |
39 |
| -batch: [no] #[Clinical Phenotype] or [no], Clinical phenotype could be the column from metasheet which accounts for batch effect |
40 |
| -comparison: between ##between or loop. between: compare any two phenotypes in a given condition column;loop: compare one phenotype and all the others |
41 |
| - |
42 |
| -############################################################ |
43 |
| -# level3 # |
44 |
| -############################################################ |
45 |
| - |
46 |
| -### microbiota |
47 |
| -centrifuge: true #run centrifuge or pathseq |
48 |
| - |
49 |
| -### Trust4 |
50 |
| -trust4_clinical_phenotype: [Condition] |
51 |
| - |
52 |
| -### arcasHLA |
53 |
| -##specifying group imformation annotated in HLA oncoplot |
54 |
| -hla_annot_group: [Responder, Gender] |
| 1 | +#########Fixed and user-defined parameters################ |
| 2 | +metasheet: metasheet.csv # Meta info |
| 3 | +ref: ref.yaml # Reference config |
| 4 | +assembly: mm10 |
| 5 | +cancer_type: GBM #TCGA cancer type abbreviations |
| 6 | +rseqc_ref: house_keeping #Option: 'house_keeping' or 'false'. |
| 7 | + #By default, a subset of housekeeping genes is used by RSeQC to assess alignment quality. |
| 8 | + #This reduces the amount of time needed to run RSeQC. |
| 9 | +mate: [1,2] #paired-end fastq format, we recommend naming paired-end reads with _1.fq.gz and _2.fq.gz |
| 10 | + |
| 11 | + |
| 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 |
| 16 | +batch: syn_batch # Options: 'false' or a column name from the metasheet.csv. |
| 17 | + # If set to a column name in the metasheet.csv, the column name will be used for batch effect analysis (limma). |
| 18 | + # It will also be used as a covariate for differential analysis (DESeq2) to account for batch effect. |
55 | 19 |
|
56 | 20 | ############################################################
|
57 | 21 | # list samples #
|
58 | 22 | ############################################################
|
| 23 | + |
59 | 24 | samples:
|
60 |
| - SRR8281228: |
61 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281228_1.fastq.gz |
62 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281228_2.fastq.gz |
63 |
| - SRR8281222: |
64 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281222_1.fastq.gz |
65 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281222_2.fastq.gz |
66 |
| - SRR8281224: |
67 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281224_1.fastq.gz |
68 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281224_2.fastq.gz |
69 |
| - SRR8281225: |
70 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281225_1.fastq.gz |
71 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281225_2.fastq.gz |
72 | 25 | SRR8281218:
|
73 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281218_1.fastq.gz |
74 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281218_2.fastq.gz |
| 26 | + - /mnt/RIMA/data/SRR8281218_1.fastq.gz |
| 27 | + - /mnt/RIMA/data/SRR8281218_2.fastq.gz |
75 | 28 | SRR8281219:
|
76 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281219_1.fastq.gz |
77 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281219_2.fastq.gz |
78 |
| - SRR8281220: |
79 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281220_1.fastq.gz |
80 |
| - - /liulab/yang/Immunotherapy/toDIGEST/rawRNASeq/fastq/Zhao2019_PD1_Glioblastoma_RNASeq/SRR8281220_2.fastq.gz |
81 |
| - |
82 |
| -########################################################### |
83 |
| -# run settings # |
84 |
| -########################################################### |
85 |
| -runs: |
86 |
| - run1: |
87 |
| - - SRR8281228 |
88 |
| - run3: |
89 |
| - - SRR8281222 |
90 |
| - run4: |
91 |
| - - SRR8281224 |
92 |
| - run5: |
93 |
| - - SRR8281225 |
94 |
| - run6: |
95 |
| - - SRR8281218 |
96 |
| - run7: |
97 |
| - - SRR8281219 |
98 |
| - run8: |
99 |
| - - SRR8281220 |
| 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 |
100 | 61 |
|
0 commit comments