Ringo File Opening Error
1
0
Entering edit mode
@gauravgunjal-8870
Last seen 8.6 years ago
India

I am trying to analyze Nimbelgen chip-chip data with "Ringo". I am getting error in the following command. Can anyone please help me.

>exRG <- readNimblegen("example_targets.txt","spottypes.txt",path=exDir)

Reading targets file...
Reading raw intensities...
Error in file(file, "r") : cannot open the connection
In addition: Warning message:
In file(file, "r") :
  cannot open file '/home/linux-gnu-library/3.1/Ringo/exData/Cy3_pair.txt ': No such file or directory.

How to eliminate such error and proceed. Also if anyone have detailed thread/protocol of "Ringo" please share.

Thank you,

Gaurav

India.

 

Ringo • 1.1k views
ADD COMMENT
2
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States

I recommend you upgrade to the current release of Bioconductor (3.1) which requires R-3.2 ( R version 3.2.2 is recommended).

I was able to get the line in question to work with that version. Of course you need to specify exDir as follows:

 exDir <- system.file("exData",package="Ringo")

 

ADD COMMENT

Login before adding your answer.

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