Description Usage Arguments Examples
View source: R/get.oncotator.anno.R
The get.oncotator.anno retrieves annotation from the Oncotator database.
| 1 | 
| x | A matrix containing the columns chromosome, start, end, reference_allele and observed_allele. | 
| 1 2 3 4 5 6 | exCase <- data.frame(chr = rep(10, 3),
    start = c("100894110", "100985376", "101137905"),
    end = c("100894110", "100985376", "101137905"),
    ref_allele = c("T", "C", "G"),
    obs_allele = c("G", "A", "A"))
get.oncotator.anno(exCase)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.