use another database (UCSC) with biomaRt
1
0
Entering edit mode
7.3 years ago

Hello every body :-)

I need your help :'( I'm trying to use biomaRt with another database then Ensembl (UCSC), but I failed. Did some one sucess to use biomaRt with another database? is it possible, or only Ensemble is available?

Thanks for your answers :-)

R • 2.8k views
ADD COMMENT
0
Entering edit mode

While not the same thing, you can access data from UCSC database using their public MySQL server.

ADD REPLY
0
Entering edit mode

Can you give us some specifics please? Which data you are interested in?

ADD REPLY
0
Entering edit mode
7.3 years ago

BiomaRt/Biomart is from Ensembl, so it makes sense that it's "just" for Ensembl data as well.

ADD COMMENT
2
Entering edit mode

There is biomart.org for other databases (not only Ensembl and Ensembl Genomes) e.g. COSMIC, InterPro, VEGA, WormBase Parasite plus many others...The functionality within BioMart can change slightly from one database to the other and WormBase Parasite is a good example for that. The Ensembl BioMart will have other datasets such as UCSC genes too which can be used as filters or attributes e.g. (in xml):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Query>
<Query  virtualSchemaName = "default" formatter = "TSV" header = "0" uniqueRows = "0" count = "" datasetConfigVersion = "0.6" >

    <Dataset name = "hsapiens_gene_ensembl" interface = "default" >
        <Filter name = "with_ucsc" excluded = "0"/>
        <Filter name = "chromosome_name" value = "22"/>
        <Attribute name = "ensembl_gene_id" />
        <Attribute name = "ensembl_transcript_id" />
        <Attribute name = "ucsc" />
    </Dataset>
</Query>
ADD REPLY

Login before adding your answer.

Traffic: 3923 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6