[BioC] examples of
    LiGang 
    luzifer.li at gmail.com
       
    Wed Jul  8 04:23:00 CEST 2009
    
    
  
LiGang <luzifer.li at ...> writes:
> 
> #examples of "ucscTableQuery" in "rtracklayer" is shown below:
> 
> session <- browserSession()
> genome(session) <- "mm9"
> query <- ucscTableQuery(session, "Conservation",
>          GenomicRanges(57795963, 57815592, "chr12"))
query <- ucscTableQuery(session, "Conservation",
         GenomicRanges(57795963, 57815592, "12"))
"12" should be used rather than "chr12"
> 
> tableNames(query)
    
    
More information about the Bioconductor
mailing list