link genome browser to locations
0
0
Entering edit mode
6.3 years ago
Azhar ▴ 50

Hi Hellow every one, I want to link my excel file with genomic locations, with genome browser and also upload in mysql to visualize, I think easy option is to make hyperlink by using http://genome.ucsc.edu/cgi-bin/hgTracks?org=[org]&db=[db]&position=[position] but i dont know how to use this i tired but faced some problems any body know about this and also guide me if my approach is right

next-gen • 1.6k views
ADD COMMENT
0
Entering edit mode

So what was the problem

ADD REPLY
0
Entering edit mode

i want my location to be as hyper link using a formula using http://genome.ucsc.edu/cgi-bin/hgTracks?org=[org]&db=[db]&position=[position] becuase i have number of locations so i want to make a formula so i click and drag easliy for eg chr3:150000-160000:- i want to make this hyper link

ADD REPLY
0
Entering edit mode

Ok so i did it in 2 step :

  1 case were you use concatenate function your values for example for me in case D2 :
=CONCATENATE("https://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&lastVirtModeType=default&lastVirtModeExtraState=&virtModeType=default&virtMode=0&nonVirtposition=chr";A2;"%";B2;"-";C2)

A2 = chromosome value

B2 = position start

C2 = position end

  2 In an other case then you use HYPERLINK to me in case E2 :

=HYPERLINK(D2,"ucsc_link")

Best

ADD REPLY
0
Entering edit mode

Is a UCSC browser necessary? If not, then just use IGV on your own machine.

If you really want to use UCSC then you will need to create either a CUSTOM TRACK or a TRACK HUB.

From UCSC: "The TRACK HUB utility offers a convenient way to view and share very large sets of data. Individuals wishing to display only a few small data sets may find it easier to use the Genome Browser CUSTOM TRACK utility."

ADD REPLY
0
Entering edit mode

Thanks for your answer but my question is different.Regards

ADD REPLY
2
Entering edit mode

I think you should read my question first .... Do you understand?

Azhar, that is quite rude, and not the way to do conversation on professional / scientific forums. Please phrase your statements to be more polite and professional.

ADD REPLY
0
Entering edit mode

Okay I noted thanks

ADD REPLY

Login before adding your answer.

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