How To Load Multiple Bed Files To Ucsc Genome Browser By Url And With Track Annotation
2
0
Entering edit mode
10.8 years ago
Tky ★ 1.0k

I am trying to view several bed files in UCSC genome browser. Since the size is larger than 500 Mb, which exceeds the upload limit of UCSC,

I put the files to dropbox and paste the URLs to UCSC and it works without problem.

However all files contains no header line information, I could not paste multiple files to UCSC.

I am wondering whether there is a way to supply the track name and description with each URL. I have tried as shown below but without success,

track name='track1' description='tack information' URL=https://dl.dropboxusercontent.com/u/189277187/1-2.fq.sorted.bed

I hope you can point out a solution, with many thanks in advance,

ucsc bed • 9.5k views
ADD COMMENT
2
Entering edit mode
10.8 years ago

You can try to use Track Hubs. Should work for your problem. It's a bit tricky to get them working, but UCSC provides a step-by-step instruction.

ADD COMMENT
0
Entering edit mode

Thanks for pointing out the Track hubs! Unfortunately bed file is not supported. I guess I have to convert to bigbed files.

ADD REPLY
0
Entering edit mode

Ah ok, try Galaxy, it has a bed2bigbed converter.

ADD REPLY
1
Entering edit mode
10.8 years ago
Vikas Bansal ★ 2.4k

I think you have to convert your bed file to BigBed. You can use bedtoBigBed from UCSC. E.g.

bedToBigBed   sorted.bed    mm9.chrlist    sorted.bb

Then you can just upload your BigBed online (which have third party access permissions) and you can paste the below code in UCSC -

##choose mm9 assembly
browser hide all
browser pack refGene

track name=Example db=mm9 type=bigBed visibility=4 bigDataUrl=https://your_URL/sorted.bb

Please change reference genome accordingly.

ADD COMMENT
0
Entering edit mode

hi, Vikas, thanks for the help. so basically it is not possible to feed UCSC bed files with track name? The files are located in a windows computer and I do not have the linux enviroment at this moment, I would prefer a way to directly use bed files.

ADD REPLY
0
Entering edit mode

I am not sure if we can use bed files directly in this way. I tried it in the past, it was not possible.

ADD REPLY

Login before adding your answer.

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