write_vep_input | R Documentation |
A helper function to write standard input files for ENSEMBL VEP.
write_vep_input(dt_variants, file)
dt_variants |
A (filtered) |
file |
file path to write .txt file. |
NULL. Writes the standard VEP .txt input file. #' @examples
dt.var <- get_variants(h5f) write_vep_input(dt.var, "vep_input.txt")
https://useast.ensembl.org/info/docs/tools/vep/vep_formats.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.