![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
interpreting gene/transcript names from UCSC table browser human all_mrna | Kotoro | Bioinformatics | 1 | 10-18-2011 09:42 AM |
how to get annoation file from UCSC table browser? | zhaowei | Bioinformatics | 3 | 05-17-2011 08:11 AM |
Galaxy vs. UCSC Genome Browser Table Queries? | jnfass | Bioinformatics | 2 | 09-02-2010 10:56 AM |
aggregating data for features using UCSC Table Browser | M.N. | Bioinformatics | 0 | 05-17-2010 12:02 PM |
UCSC Genome Browser | ECHo | Illumina/Solexa | 0 | 02-25-2010 07:21 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Missouri Join Date: Apr 2010
Posts: 39
|
![]()
With the advice of several members of the SEQanswers forum and a lot of reading, I was able to go from Illumina ChIP-seq reads to viewing alignments in the UCSC Genome Browser - Thanks! Also, a huge thanks to the UCSC team for a great resource.
I thought the next step would be easy (I can hear the chuckling now): I want to analyze these data with the UCSC Table Browser to determine the number of reads that align to different features (e.g. CpG islands). My custom tracks are in BAM format and I keep getting errors when I try to add them to the Table Browser (e.g. # No results returned from query). Then I converted my BAM files to BED files, but the upload to UCSC times out when I use the following URL format (without the "-" at the beginning): -http://genome.ucsc.edu/cgi-bin/hgTracks?db=susScr2&position=chr7&hgt.customText=http://mysite.edu/MyReads.bed Now I am about to try to convert my BED files to BigBED format. Before I do this, is there an easier way to just view my BAM files in the Table Browser that I am just not seeing (or more likely, a mistake I am making)? Many thanks in advance, jjw |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Germany Join Date: May 2010
Posts: 101
|
![]()
If you just want to "determine the number of reads that align to different features" and produce a output BED or BAM file that is not that big, you could do that locally with BEDTools (code.google.com/p/bedtools/).
There are entries about the tools on the forum and the developer is also active here (quinlana). Last edited by epigen; 07-15-2010 at 09:47 AM. Reason: should mention the support here |
![]() |
![]() |
![]() |
#3 |
Member
Location: Missouri Join Date: Apr 2010
Posts: 39
|
![]()
That does sound more direct than the Rube Goldberg method I was attempting.
Just so I am clear, would something like this be correct: $ intersectBed -a MyReads.bed -b CpGIslands.bed where the CpGIslands.bed file contains the output from the CpG Island data downloaded from the UCSC Table Browser? If that's true, you've saved me a lot of time ![]() Thank you for the prompt reply, jjw |
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: Germany Join Date: May 2010
Posts: 101
|
![]()
I'm not sure if the CpG Island data downloaded from the UCSC Table Browser are in BED format, but if they are, your command should work.
I agree that the Table Browser is nice to use, especially because you don't have to download all the files. But when I needed a real intersection, i.e. all info of both tables combined, I was not so happy with it. BEDTools has much more options for this. |
![]() |
![]() |
![]() |
#5 |
Member
Location: Missouri Join Date: Apr 2010
Posts: 39
|
![]()
Yes, UCSC's Table Browser does have BED format as a file output option. I've been reading the excellent BEDTools documentation by the developer, Aaron Quinlan, that you mentioned. I have to agree with you that BEDTools is very flexible and powerful. Thanks so much again for the information.
jjw |
![]() |
![]() |
![]() |
Thread Tools | |
|
|