brca_exchange_annotate_maf | R Documentation |
Adds functional BRCA1 and BRCA2 variant annotation, using BRCA Exchange API (see URL). Annotation comes from ENIGMA and ClinVar.
Not that variant alleles in a MAF are in the column Tumor_Seq_Allele2
by default.
query_brca_exchange(gene, start, end, ref, alt, use_api = FALSE)
brca_annotate_maf(maf, use_api = FALSE)
gene |
Query gene. |
start |
Variant start position, in hg19. |
end |
Variant end position, in hg19. |
ref |
Reference allele. |
alt |
Alternate allele. |
use_api |
If |
maf |
Input MAF. |
Annotated MAF with columns brca_exchange_enigma
, brca_exchange_clinvar
variant annotation from ENIGMA and ClinVar, respectively, and brca_exchange_id
indicating database variant ID.
query_brca_exchange('BRCA1', 41276045, 41276046, 'CT', '-')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.