I know that using ensembl biomart in their webservice or bioperl, one can easily select whole datasets of interest and download them. Reading Biomart documentation for bioconductor, I could not understand if they have such a feature or not. I know getBM function retrieves information of interest for given vector of genes, but it does no have the feature to download the whole dataset.
What I exactly want to do is to be able to obtain a dataframe with uniprot IDs, associated gene names and ensembl gene IDs.
Thanks Mehran