Skip to content
Prev 5416 / 21312 Next

[Bioc-devel] Cytogenetic bands

Hi Ilari,

org.Hs.eg.db is one of the packages included in Homo.sapiens and it's 
the origin of 'MAP'. This variable maps between entrez gene ids and 
cytoband names, not genomic coordinates (as you've discovered). It 
includes bands and sub-bands provided by Entrez Gene downloaded from here:

   ftp://ftp.ncbi.nlm.nih.gov/gene/DATA

To see a full description of 'MAP':

   library(org.Hs.eg.db)
   ?org.Hs.egMAP

We don't have an annotation package with cytoband coordinates but you 
can download them using rtracklayer:

library(rtracklayer)
session <- browserSession()
genome(session) <- "hg19"
query <- ucscTableQuery(session, "cytoBandIdeo")
tbl <- getTable(query)
Valerie
On 03/22/2014 10:12 AM, Ilari Scheinin wrote:

  
    
Message-ID: <5331DDB7.7070309@fhcrc.org>
In-Reply-To: <48643_1395508409_532DC4B9_48643_7803_1_E2D36588-DADB-4C01-B852-9BC3762ED2A8@gmail.com>