1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/2006-12-13-working-with-genome-browser-data.markdown

1.1 KiB

author comments date layout slug title wordpress_id categories header
einar true 2006-12-13 21:13:59+00:00 page working-with-genome-browser-data Working with Genome Browser data 138
General
Science
image_fullwidth
banner_other.jpg

In the past two days I've been tackling an annotation problem. I'm trying to provide annotations for genes found in regions that are significantly altered, DNA copy-number wise (thanks to the STAC method). The idea would be to annotate those regions (that span one megabase) using UCSC Table Browser.

However, the task was impractical, so I decided to automate it a bit. I converted the data into ranges and then used the KnownGene annotation file (downloaded from UCSC) to obtain which genes were in which reagion. The last part wasn't easy at all (at least in Python), as I had to check for ranges and adjust for consecutive regions. The code is terribly ugly, so I'll try to clean it up before posting it.

If I can I'll try to integrate it with the other scripts I have written to make a small annotation pipeline.