Hello,
I have a table for chromosomal positioning fro the human genome of the following structure:
chromosome start end chrY 3447096 6114264 chrY 6114264 6733959 chrY 6733959 7142013 chrY 7142013 9175071 ...
I would like to find for each of these regions the genes which overlaps these region, independent of completely or only a partial overlap.
Can someone please recommend a way to it. Is it possible to do such analysis using R or a direct query of the UCSC genome broswer. The problem with UCSC is that there are no genome coordinates table to download, only CDS or transcripts. I tried to run biomart, but I keep getting an error message.
I will appreciate any help and ideas
Thanks A.
"The problem with UCSC is that there are no genome coordinates table to download, only CDS or transcripts." huh ? http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/knownGene.txt.gz
Which BioMart are you using, what is your exact query and what error message do you get?
FYI, I just tried BioMart with the four region you mention as input and it works perfectly fine ....
FYI, I just tried BioMart with the four regions you mentioned as input and it works perfectly fine for me ....
I was using the biomart web browser and got just the following message: " Error has occurred" with no other specifications.
I will try to run it with the R package on the command line and see what will happens.