sciClone error with analysis
1
0
Entering edit mode
9.9 years ago
cristinam09 ▴ 20

I manage to run the sciClone script with the demo data from github. I now have the following error message after I ask to writeClusterTable(sc, "results/clusters1")

Error in file(file, ifelse(append, "a", "w")) :
  cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
  cannot open file 'results/clusters1': No such file or directory

Any suggestion on where the problem may be?

Thank in advance to anyone who can help me.

cancer error tumor-heterogeneity RNA-Seq sciClone • 2.5k views
ADD COMMENT
1
Entering edit mode

You have to point R the working directory where you want the results in your machine, probably you have the data in the local folder and there you have the results in one of the directory, you need to give the complete path where you want the results to be displayed.

ADD REPLY
0
Entering edit mode
9.8 years ago

Make sure the results/ folder exists before running the script. I'll check the code in the morning and push a change if need be.

ADD COMMENT

Login before adding your answer.

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