![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how can i decide the exact start and end of rRNA on mitochondria | bbsinfo | Illumina/Solexa | 0 | 12-02-2011 01:54 PM |
Parsing a Chromosome sequence with start and end coordinates | empyrean | Bioinformatics | 13 | 09-10-2011 10:23 PM |
Sam flags for bwa-aligned paired end reads with identical + / - strand coordinates | spark | Bioinformatics | 0 | 03-09-2011 05:00 AM |
coordinates in alignment | m_elena_bioinfo | Bioinformatics | 1 | 01-21-2011 07:07 AM |
How many amounts of mRNA do you start the pair end sequencing? | Chien-Yuan Chen | RNA Sequencing | 0 | 03-02-2009 10:59 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Germany Join Date: May 2011
Posts: 6
|
![]()
This should be easy in theory, but is driving me desperate: I need chromosome start and end coordinates for hg19, hg18 including pseudoautosomal regions. Would be nice if there is a simple way to get the same for mouse, rat, zebrafish but this is luxury.
|
![]() |
![]() |
![]() |
#2 | |
Senior Member
Location: Cambridge, UK Join Date: May 2010
Posts: 311
|
![]() Quote:
(change species/build as appropriate) Code:
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -e "select chrom, size from hg19.chromInfo order by chrom" > hg19.chromSizes.txt Not sure where pseudoautosomal region are stored but you can see them in the Assembly Detail paragraph at http://genome.ucsc.edu/cgi-bin/hgGateway Hope this helps Dario |
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|