Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-03 Thread Henrik Bengtsson
On Thu, Sep 3, 2009 at 1:28 AM, JeromeW wrote: > > > >> > library("aroma.affymetrix"); >> > pathname <- >> > "annotationData/chipTypes/GenomeWideSNP_6/GenomeWideSNP_6,Full.cdf"; >> > cdf <- AffymetrixCdfFile(pathname); > > This works! > Thank you Henrik. No, no, that is supposed to be a a workar

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-03 Thread JeromeW
> > library("aroma.affymetrix"); > > pathname <- > > "annotationData/chipTypes/GenomeWideSNP_6/GenomeWideSNP_6,Full.cdf"; > > cdf <- AffymetrixCdfFile(pathname); This works! Thank you Henrik. --~--~-~--~~~---~--~~ When reporting problems on aroma.affymetrix, mak

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-02 Thread Diya Vaka
Hi, I have created a cdf and I am trying to check how its running and I have have this error.Could anyone help me on this. This is the code: > df<-GenericDataFile("annotationData/chipTypes/HG-U133_Plus_2/HG-U133_Plus_2.cdf") > chipType<-"HG-U133_Plus_2" > cdf<-AffymetrixCdfFile$findByChipType(chi

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-02 Thread Henrik Bengtsson
On Wed, Sep 2, 2009 at 8:28 AM, JeromeW wrote: > > Thank you Henrik for your quick reply. > > Here is what I get: > >> df <- >> GenericDataFile("annotationData/chipTypes/GenomeWideSNP_6/GenomeWideSNP_6,Full.cdf"); >> df; > GenericDataFile: > Name: GenomeWideSNP_6 > Tags: Full > Full name: GenomeW

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-02 Thread JeromeW
Thank you Henrik for your quick reply. Here is what I get: > df <- > GenericDataFile("annotationData/chipTypes/GenomeWideSNP_6/GenomeWideSNP_6,Full.cdf"); > df; GenericDataFile: Name: GenomeWideSNP_6 Tags: Full Full name: GenomeWideSNP_6,Full Pathname: annotationData/chipTypes/GenomeWideSNP_6/

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-02 Thread Henrik Bengtsson
So, if none of the stopifnot() tests complaints, then it might be that the CDF file might be corrupt or incomplete. Compare with the file size and checksum that I get: > library("aroma.affymetrix"); > pathname <- > "annotationData/chipTypes/GenomeWideSNP_6/GenomeWideSNP_6,Full.cdf"; > df <- Gen

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-02 Thread JeromeW
(sorry for quoting myself)> I am more and more puzzled... The "findByChipType" method seems to correctly detect the cdf file: AffymetrixCdfFile$findByChipType("GenomeWideSNP_6", tags="Full") [1] "annotationData/chipTypes/GenomeWideSNP_6/ GenomeWideSNP_6,Full.cdf" --~--~-~--~~-

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-09-02 Thread JeromeW
Hi all I reply in this thread because I also have the "could not locate a file" problem which I cannot solve. My code: setwd("/x05/people/m140932/eclipse/workspace/CNV"); # here I set the working directory library("aroma.affymetrix"); log <- verbose <- Arguments$getVerbose(-8, timestamp=TRUE); o

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-08-31 Thread Mathieu Parent
I just answered this question at: http://groups.google.com/group/aroma-affymetrix/web/gene-1-0-st-array-analysis regards, Math McGill Uni On Mon, Aug 31, 2009 at 7:46 PM, Henrik Bengtsson wrote: > > On Thu, Aug 27, 2009 at 10:12 AM, Diya Vaka wrote: > > > > Dear Henrik, > > > > Thank you for th

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-08-31 Thread Henrik Bengtsson
On Thu, Aug 27, 2009 at 10:12 AM, Diya Vaka wrote: > > Dear Henrik, > > Thank you for the help.Now its running fine. Good. > > I want to get the top 100 over expressed genes and under expressed > genes from this data. > > So can I use the affy and limma packages for that or is there any > thing

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-08-27 Thread Diya Vaka
Dear Henrik, Thank you for the help.Now its running fine. I want to get the top 100 over expressed genes and under expressed genes from this data. So can I use the affy and limma packages for that or is there any thing specifically in aroma.affymetrix. Thanks in advance, Diya On Aug 27, 12:3

Re: Could not locate a file for this chip type (Was: Re: [aroma.affymetrix] aroma.affymetrix)

2009-08-26 Thread Henrik Bengtsson
Hi. On Wed, Aug 26, 2009 at 12:10 PM, Diya Vaka wrote: > > Hi all, > > I am trying to analyze MoGene-1_0-st-v1 data and I these are the > errors: > > In MoGene-1_0-st-v1 directory I have the MoGene-1_0-st-v1.cdf file and > I ran the following commands > > setwd("C:/Documents and Settings/annotati