View source: R/oncokb-annotate-maf.R
oncokb_annotate_maf | R Documentation |
Adds OncoKB oncogenicity and actionability annotation to VEP-annotated MAF. See URLs below.
query_oncokb(gene, protein_change, variant_type, start, end,
cancer_type = "CANCER")
oncokb_annotate_maf(maf, cancer_types = NULL, parallelize = TRUE)
gene |
Gene. |
protein_change |
Abbreviated form, e.g. "H1047R". |
variant_type |
Lower case variant type, e.g. "missense". |
start |
Genomic start position of variant. |
end |
Genomic end position of variant. |
cancer_type |
Oncotree code for cancer type. Can be left blank. |
maf |
Input MAF. |
cancer_types |
Data frame with samples mapped to cancer type for accurate levels of actionability. |
parallelize |
Boolean indicating whether to parallelize annotation, using |
Annotated MAF with columns indicating functionality of mutation and levels of actionability.
github.com/oncokb/oncokb-annotator
query_oncokb('PIK3CA', 'H1047R', 'missense')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.