Skip to content
Prev 3525 / 21312 Next

[Bioc-devel] summarizeOverlaps example error

Hi Valerie/Dan,

Looks good now, with GenomicRanges_1.9.42 and IRanges_1.15.29.  Thanks for this.

Mark




smmrzO> res <- summarizeOverlaps(exbygene, reads, "Union")

smmrzO> stopifnot(length(assays(res)$counts) == length(exbygene))
class: SummarizedExperiment 
dim: 14869 1 
exptData(0):
assays(1): counts
rownames(14869): FBgn0000003 FBgn0000008 ... FBgn0261574 FBgn0261575
rowData values names(0):
colnames: NULL
colData names(1): metaData
R version 2.15.1 (2012-06-22)
Platform: x86_64-unknown-linux-gnu (64-bit)

locale:
 [1] LC_CTYPE=en_CA.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_CA.UTF-8        LC_COLLATE=en_CA.UTF-8    
 [5] LC_MONETARY=en_CA.UTF-8    LC_MESSAGES=en_CA.UTF-8   
 [7] LC_PAPER=C                 LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] TxDb.Dmelanogaster.UCSC.dm3.ensGene_2.7.1
 [2] GenomicFeatures_1.9.28                   
 [3] AnnotationDbi_1.19.28                    
 [4] edgeR_2.99.4                             
 [5] limma_3.13.16                            
 [6] DESeq_1.9.11                             
 [7] lattice_0.20-6                           
 [8] locfit_1.5-8                             
 [9] Biobase_2.17.6                           
[10] Rsamtools_1.9.25                         
[11] Biostrings_2.25.8                        
[12] GenomicRanges_1.9.42                     
[13] IRanges_1.15.29                          
[14] BiocGenerics_0.3.0                       

loaded via a namespace (and not attached):
 [1] annotate_1.35.3     biomaRt_2.13.2      bitops_1.0-4.1     
 [4] BSgenome_1.25.6     DBI_0.2-5           genefilter_1.39.0  
 [7] geneplotter_1.35.1  grid_2.15.1         RColorBrewer_1.0-5 
[10] RCurl_1.91-1        RSQLite_0.11.1      rtracklayer_1.17.15
[13] splines_2.15.1      stats4_2.15.1       survival_2.36-14   
[16] tools_2.15.1        XML_3.9-4           xtable_1.7-0       
[19] zlibbioc_1.3.0
On 08.08.2012, at 04:06, Valerie Obenchain wrote: