Document A Ucsc Table Browser Query And/Or Convert Query To An Mysql Expression
0
1
Entering edit mode
10.8 years ago
Duarte Molha ▴ 240

Hi guys

I have been creating some relatively complex UCSC table browser queries and I would like to save the parameters of those queries either as maybe a specific URL or XML web service format, like it is possible in Ensembl Biomart or, even better, a way of converting the query into a mySql expression to programmatically retrieve the same data from UCSC sql server, using my own scripts later on.

Does anyone know if any of this things are possible?

ucsc mysql • 2.4k views
ADD COMMENT
0
Entering edit mode

do you use the mysql command line ? you could just pipe a sql file to mysql. Search biostars for "mysql user genome"

ADD REPLY
1
Entering edit mode

Sorry Pierre... I know I could just develop the entire query in mySQL... It is just that it is a much more simple and straighforward option to create our query using the table browser... my question was if instead there was a way of retrieving the sql query that is on the backend of the table query since I am almost certain they are exactly one and the same as the one we would construct if I was doing it by the mysql programmatic way. It it clear what I am asking? Sorry I know sometimes I do not explain myself terribly well.

ADD REPLY
0
Entering edit mode

I see, you cannot get this information using only mysql because the UCSC table browser interacts with things like BAMs, custom tracks etc.. . For a complete answer, you should ask the UCSC mailing list.

ADD REPLY
0
Entering edit mode

Thanks... I'll do that

ADD REPLY

Login before adding your answer.

Traffic: 2155 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