Re: [aroma.affymetrix] Error: object 'csC' not found.

2017-11-24 Thread Henrik Bengtsson
If you called csC <- process(acc, verbose=verbose) and csC is not found, then there was an error during that call that you must pay attention to. /Henrik PS. Are you a single person reporting via three different email addresses, or are you two (three?) different people having the same

Re: [aroma.affymetrix] Error: object 'csC' not found.

2017-11-24 Thread 321bixin
hello , i called the csC <- process(acc, verbose=verbose) and them print(csC), it still met Error: object 'csC' not found. 在 2017年11月24日星期五 UTC+8上午7:41:23,Henrik Bengtsson写道: > > Still the same; you're not calling > > csC <- process(acc, verbose=verbose) > -- -- When reporting problems on

Re: [aroma.affymetrix] Error: object 'csC' not found.

2017-11-24 Thread 321bixin
hello,have you solved your problem? I met the same error 在 2017年11月14日星期二 UTC+8上午8:29:07,ali jan写道: > > I tried your suggestion but it is still not working: > > > log <- verbose <- Arguments$getVerbose(-8, timestamp=TRUE) > > # Don't display too many decimals. > > options(digits=4) > > > > cdf

Re: [aroma.affymetrix] Error: object 'csC' not found.

2017-11-23 Thread Henrik Bengtsson
Still the same; you're not calling csC <- process(acc, verbose=verbose) -- -- When reporting problems on aroma.affymetrix, make sure 1) to run the latest version of the package, 2) to report the output of sessionInfo() and traceback(), and 3) to post a complete code example. You received

Re: [aroma.affymetrix] Error: object 'csC' not found.

2017-11-13 Thread ali jan
I tried your suggestion but it is still not working: > log <- verbose <- Arguments$getVerbose(-8, timestamp=TRUE) > # Don't display too many decimals. > options(digits=4) > > cdf <- AffymetrixCdfFile$byChipType("CytoScanHD_Array") > print(cdf) AffymetrixCdfFile: Path:

[aroma.affymetrix] Error: object 'csC' not found.

2016-01-13 Thread wxpyzr
Hi dear professor Henrik Bengtsson, When I was declaring the raw data set of CytoScan HD Array with aroma.affymetrix, I'm encountering the following errors: *"Error: object 'csC' not found." * *I have searched the forum, **unfortunately, I can't solve this problem.* *Could you give me some

Re: [aroma.affymetrix] Error: object 'csC' not found.

2016-01-13 Thread Henrik Bengtsson
On Sun, Jan 10, 2016 at 11:36 PM, wrote: > > Hi dear professor Henrik Bengtsson, > > When I was declaring the raw data set of CytoScan HD Array with > aroma.affymetrix, I'm encountering the following errors: > > "Error: object 'csC' not found." It seems like you didn't run