Hello,
Can anyone please share an example of how one can specify optional parameters when using VEP through Ensembl REST API? I am following the examples on this page and would like to limit the results to those from canonical transcripts, and only return the maximum allele frequency in any population.
Best, Noushin
P.S. Tagging Emily_Ensembl
Are you putting this in a script (if so what language), just plugging a URL into a browser or using a REST client? Are you using POST or GET endpoints?
Thank you! I am using this in an R script and using POST endpoint.