Entering edit mode
3.1 years ago
gokberk
▴
90
Hi, I was wondering if there is a way to download or generate 24 primates EPO-Extended alignments for a set of SNPs using Ensembl VEP. I can download it from the phylogenetic context section in Ensembl for a given SNP, but was wondering how to do it for a large number of SNPs from command line.
Thanks!
Got it, thank you!
Hi again Emily_Ensembl , I have quick follow-up question. All my SNPs are annotated in GRCh37 coordinates. Is there a way to get GRCh37 sequence using the code you pointed to?
I've been using the code chunk below:
I tried my chance with
/alignment/region/homo_sapiens/GRCh37/
, but didn't manage to make it work. I was wondering if there is a simple way or if I have to CrossMap all my SNPs.Thanks!
server <- "http://grch37.rest.ensembl.org"
Many thanks!!
I have just tried this, but it doesn't seem to be working for GRCh37. I received the following error:
"No method_link_specices_set found for method LASTZ_NET and species_set_group primates "
Ah, yes, I forgot. There's no comparative genomics data available on GRCh37. It got out of date so we removed it.
Oh I see, I will lift over my SNPs to GRCh38 then, thanks a lot for all your help! :)