Fetching Gene_Id Url After Ensembl Search
I am trying to fetch the urls of gene_ids after ensembl search of a gene. For example after this search:
http://bacteria.ensembl.org/Multi/Search/Results?species=all;idx=;q=ftsZ;site=ensemblunit
I would like to download all the urls like: http://bacteria.ensembl.org/salmonella_enterica_subsp_enterica_serovar_typhi_str_ct18/Gene/Summary?g=CAD01290;r=Chromosome:157097-158248;t=CAD01290
I am wondering how it can be achieved.
• 1,797 views
•
link
1 answer
Have a look at the biomaRt package in R.
• 2 views
•
link
Log in to answer this question.