Dear all,
With the prolonged downtime and uncertainty about the central biomart portal, I will need to query individual biomart instance. biomaRt package problem answers described how to do this for the main Ensemble instance, but there are many more out there. I struggled a bit to discover the details of other marts which I rely on, such as
> library("biomaRt")
> listMarts(mart = NULL, host="plants.ensembl.org", path="/biomart/martservice")
biomart version
1 plants_mart Plant Mart
2 plants_variations Plant Variation Mart
> listMarts(mart = NULL, host="fungi.ensembl.org", path="/biomart/martservice")
biomart version
1 fungal_mart Fungal Mart
2 fungal_variations Fungal Variation Mart
> listMarts(mart = NULL, host="metazoa.ensembl.org", path="/biomart/martservice")
biomart version
1 metazoa_mart Metazoa Mart
2 metazoa_variations Metazoa Variation Mart
> listMarts(mart = NULL, host="www.ebi.ac.uk", path="/uniprot/biomart/martservice")
biomart version
1 unimart UNIPROT (EBI UK)
2 ENSEMBL_MART_ENSEMBL ENSEMBL GENES 80(EBI UK)
Is anyone aware of a way to discover these more efficiently than trial and error, or, better, if these URLs are already available somewhere in Bioconductor?
Thank you very much in advance.
Laurent
