LIMMA - "Subscript out of bounds" error
1
0
Entering edit mode
Ankit Pal ▴ 230
@ankit-pal-1242
Last seen 9.6 years ago
Hi All, I did a test run of Limma looking at the user's guide, on using the normalizeWithinArrays() function, I got a subscript out of bounds error. The steps I follwed were > files <- dir(pattern="*\\.gpr$") > RG <- read.maimages(files, source="genepix") Read result1.gpr Read result2.gpr Read result3.gpr Read result4.gpr Read result5.gpr > RG$genes <- readGAL() > RG$printer <- getLayout(RG$genes) > MA <- normalizeWithinArrays(RG) Error: subscript out of bounds The gpr files I used were not modified and I did not filter out the bad spots. What could be the problem here and how do I solve it? Looking forward to a reply, -Ankit
limma limma • 1.1k views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 2 hours ago
WEHI, Melbourne, Australia
> Date: Mon, 9 May 2005 21:42:43 -0700 (PDT) > From: Ankit Pal <pal_ankit2000@yahoo.com> > Subject: [BioC] LIMMA - "Subscript out of bounds" error > To: bioconductor@stat.math.ethz.ch > > Hi All, > I did a test run of Limma looking at the user's guide, limma version number? > on using the normalizeWithinArrays() function, I got a > subscript out of bounds error. The steps I follwed > were > >> files <- dir(pattern="*\\.gpr$") >> RG <- read.maimages(files, source="genepix") > Read result1.gpr > Read result2.gpr > Read result3.gpr > Read result4.gpr > Read result5.gpr >> RG$genes <- readGAL() This command (readGAL) is unnecessary and you should omit it. It is only required with SPOT files. With GenePix, the gene IDs and annotation are already read from the gpr files. >> RG$printer <- getLayout(RG$genes) >> MA <- normalizeWithinArrays(RG) > Error: subscript out of bounds My guess is that the GAL file you have read doesn't match your gpr file, e.g., it has more rows than the gpr files. If this is the problem, it will go away if you stop using readGAL(). Gordon > The gpr files I used were not modified and I did not > filter out the bad spots. > What could be the problem here and how do I solve it? > Looking forward to a reply, > -Ankit
ADD COMMENT

Login before adding your answer.

Traffic: 738 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