You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Example input files are under [data](data). An example script is here: [example.
31
31
We recommend processing VCF files by [vcf2maf](https://github.com/mskcc/vcf2maf/) with [MSK override isoforms](https://github.com/mskcc/vcf2maf/blob/master/data/isoform_overrides_at_mskcc) before using the `MafAnnotator` here.
32
32
33
33
34
-
####Annotate with HGVSp_Short, HGVSp, HGVSg or Genomic Change
34
+
### Annotate with HGVSp_Short, HGVSp, HGVSg or Genomic Change
35
35
OncoKB MafAnnotator supports annotating the alteration with HGVSp, HGVSp_Short, HGVSg or Genomic Change format. Please specify the query type with -q parameter.
36
36
The acceptable values are HGVSp_Short, HGVSp, HGVSg and Genomic_Change(case-insensitive). Please see data/example.sh for examples.
37
37
If you do not specify query type, the MafAnnotator will try to figure out the query type based on the headers.
@@ -42,6 +42,18 @@ For HGVSg, the annotator takes alteration from the column HGVSg or Alteration
42
42
For Genomic_Change, the annotator takes genomic change from columns Chromosome, Start_Position, End_Position, Reference_Allele, Tumor_Seq_Allele1 and Tumor_Seq_Allele2
43
43
44
44
45
+
### Annotate with different reference genomes (GRCh37, GRCh38)
46
+
OncoKB MafAnnotator supports annotating the alteration with reference genome GRCh37 and GRCh38.
47
+
48
+
The annotator will get the reference genome from MAF file column NCBI_Build or Reference_Genome.
49
+
If there is no reference genome specified in the file, we will use the default reference genome through -r parameter.
50
+
51
+
You can specify the default reference genome using -r parameter (This is only applicable to MafAnnotator.py).
52
+
The acceptable values are GRCh37, GRCh38 (case in-sensitive).
53
+
54
+
If both values are not specified, the annotator will use OncoKB default reference genome which is GRCh37.
55
+
56
+
45
57
## Levels of Evidence
46
58
Introducing [Simplified OncoKB Levels of Evidence](https://www.oncokb.org/levels):
47
59
- New Level 2, defined as “Standard care biomarker recommended by the NCCN or other expert panels predictive of response to an FDA-approved drug in this indication” (formerly Level 2A).
0 commit comments