Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Chromosome start and end coordinates

    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
    Originally posted by Ooinp View Post
    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.
    Start and end coordinates can be accessed via MySQL with something like:
    (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
    Or from ftp://hgdownload.cse.ucsc.edu/golden...romInfo.txt.gz

    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

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      04-22-2024, 07:01 AM
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    59 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    57 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    51 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    56 views
    0 likes
    Last Post seqadmin  
    Working...
    X