combineaffybatch and Subsscript out of bound
1
0
Entering edit mode
@gregory-voisin-945
Last seen 9.4 years ago
Canada
Hi , I try to use combineAffyBatch in my experiment: 2experiment using Hgu133a (10 versus 10) et hg1332plus( 3 versus 3), R version 2.7.0 (2008-04-22) x86_64-unknown-linux-gnu 8 gig RAM other attached packages:  [1] hgu133plus2probe_2.2.0 hgu133plus2cdf_2.2.0  hgu133plus2.db_2.2.0  [4] hgu133plus2_2.2.0      hgu133aprobe_2.2.0    hgu133acdf_2.2.0  [7] hgu133a_2.2.0          hgu133a.db_2.2.0      AnnotationDbi_1.2.1 [10] RSQLite_0.6-8          DBI_0.2-4              matchprobes_1.12.0 [13] RColorBrewer_1.0-2     affy_1.18.1           preprocessCore_1.2.0 [16] affyio_1.8.0           Biobase_2.0.1         limma_2.14.2 I have reproduce my code on 3 differents Unix machines the used classic code (is fonctionnal) : targets_Berthiaume = readTargets("Berthiaume_CEL/target_CUFI_NULI.txt", sep="" )  abatch_Berthiaume = ReadAffy(filenames = targets_Berthiaume$FileName, celfile.path= "Berthiaume_CEL") targets_Zabner = readTargets("Zabner_CEL/target_CF_NCF.txt", sep="") abatch_Zabner = ReadAffy(filenames = targets_Zabner$FileName, celfile.path= "Zabner_CEL") ##################################################################  abatch_combin <- combineAffyBatch(list(abatch_Berthiaume, abatch_Zabner), c("h gu133aprobe", "hgu133plus2probe"), newcdf="hgu133combin", verbose=TRUE) package:hgu133aprobe    hgu133aprobe ackage:hgu133plus2probe        hgu133plus2probe 241837 unique probes in common Error: subscript out of bounds I appreciate your help to interprete this message (I Imagine that is linked to the length of data), and to solve it Thanks  VOISIN Greg. Etudiant au Doctorat en Bioinformatique Université de Montreal Centre de recherche du CHUM. Institut de Recherche en Immunologie et Cancérologie ________________________________________________________________ _____________ o.fr [[alternative HTML version deleted]]
hgu133a hgu133a • 798 views
ADD COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 26 days ago
EMBL European Molecular Biology Laborat…
Dear Greg it seems difficult to do much about your problem without being able to reproduce it. Would it be possible for you to reproduce your problem with just *two* CEL files (one of each type), and then making these (or better even, the corresponding AffyBatches saved using "save"), as well as your script, available to this list? Also, if you are adventurous, you could use the debugger with options(error=recover) and explore the local variables and code in the combineAffyBatch function where the error occurs. Thanks and best wishes Wolfgang. gregory voisin wrote: > Hi , > I try to use combineAffyBatch in my experiment: > > 2experiment using Hgu133a (10 versus 10) et hg1332plus( 3 versus 3), > R version 2.7.0 (2008-04-22) > x86_64-unknown-linux-gnu > 8 gig RAM > other attached packages: > ? [1] hgu133plus2probe_2.2.0 hgu133plus2cdf_2.2.0? ? hgu133plus2.db_2.2.0 > ? [4] hgu133plus2_2.2.0? ? ? ? ? hgu133aprobe_2.2.0? ? ? ? hgu133acdf_2.2.0 > ? [7] hgu133a_2.2.0? ? ? ? ? ? ? ? ? hgu133a.db_2.2.0? ? ? ? ? ? AnnotationDbi_1.2.1 > [10] RSQLite_0.6-8? ? ? ? ? ? ? ? ? DBI_0.2-4? ? ? ? ? ? ? ? ? ? ? ? ? matchprobes_1.12.0 > [13] RColorBrewer_1.0-2? ? ? ? affy_1.18.1? ? ? ? ? ? ? ? ? ? ? preprocessCore_1.2.0 > [16] affyio_1.8.0? ? ? ? ? ? ? ? ? ? Biobase_2.0.1? ? ? ? ? ? ? ? ? limma_2.14.2 > > I have reproduce my? code on 3 differents Unix machines > the used classic code (is fonctionnal)? : > > targets_Berthiaume = readTargets("Berthiaume_CEL/target_CUFI_NULI.txt", sep="" ) > ? abatch_Berthiaume = ReadAffy(filenames = targets_Berthiaume$FileName, celfile.path= "Berthiaume_CEL") > targets_Zabner = readTargets("Zabner_CEL/target_CF_NCF.txt", sep="") > abatch_Zabner = ReadAffy(filenames = targets_Zabner$FileName, celfile.path= "Zabner_CEL") > ################################################################## > ? abatch_combin <- combineAffyBatch(list(abatch_Berthiaume, abatch_Zabner), c("h? gu133aprobe", "hgu133plus2probe"), newcdf="hgu133combin", verbose=TRUE) > > package:hgu133aprobe? ? ? hgu133aprobe > ackage:hgu133plus2probe? ? ? ? ? ? ? hgu133plus2probe > 241837 unique probes in common > Error: subscript out of bounds > I appreciate your help to interprete this message (I Imagine that is linked to the length of data), and to solve it > Thanks > ? > VOISIN Greg. > Etudiant au Doctorat en Bioinformatique > Universit?? de Montreal > Centre de recherche du CHUM. > Institut de Recherche en Immunologie et Canc??rologie > > > > ______________________________________________________________ _______________ > > o.fr > [[alternative HTML version deleted]] > > > > -------------------------------------------------------------------- ---- > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 541 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6