read_vep_output | R Documentation |
Reads standard VEP output.
read_vep_output(file)
file |
path to vep .txt output file. |
## Not run:
write_vep_input(dt.var, "vep_input.txt")
#run vep locally
vep <- read_vep_output("path_vep_output.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.