File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ cell line. Data from this cell line is commonly used as test data in bioinformat
71
71
applications. The input data consists of the following files:
72
72
73
73
For pVACseq:
74
+
74
75
- ` annotated.expression.vcf.gz ` : A somatic (tumor-normal) VCF and its tbi index file. The VCF has been
75
76
annotated with VEP and has coverage and expression information added and.
76
77
- ` phased.vcf.gz ` : A phased tumor-germline VCF and its tbi index file to provide information about
@@ -79,19 +80,20 @@ For pVACseq:
79
80
- ` optitype_normal_result.tsv ` : A OptiType file with HLA allele typing predictions
80
81
81
82
For pVACfuse:
83
+
82
84
- ` agfusion_results ` : A AGFusion output directory with annotated fusion calls
83
85
- ` star-fusion.fusion_predictions.tsv ` : A STARFusion prediction file with fusion read support
84
86
and expression information
85
87
86
88
General:
89
+
87
90
- ` Homo_sapiens.GRCh38.pep.all.fa.gz ` : A reference proteome peptide FASTA to use
88
91
for determining whether there are any reference matches of neoantigen candidates
89
92
90
93
To download this data, please run the following command:
91
94
92
95
``` {r, engine = 'bash', eval = FALSE}
93
- wget
94
- https://raw.githubusercontent.com/griffithlab/pVACtools_Intro_Course/main/HCC1395_inputs.zip
96
+ wget https://raw.githubusercontent.com/griffithlab/pVACtools_Intro_Course/main/HCC1395_inputs.zip
95
97
unzip HCC1395_inputs.zip
96
98
```
97
99
You can’t perform that action at this time.
0 commit comments