"Error in read.table(decoder.file, header = TRUE, stringsAsFactors = FALSE) : no lines available in input"
5
0
Entering edit mode
4.0 years ago
sc@791 ▴ 30

Hi! I am using JunctionSeq first time and not very expert in R language. While running JunctionSeq analysis I am getting an error in reading decoder file. Here is the command and error:

"#Read the decoder:
decoder.file <- system.file("~/R/Splicejunction/annoFiles/decoder.bySample.txt",
package="JunctionSeq");
decoder <- read.table(decoder.file,
header=TRUE,
stringsAsFactors=FALSE)"

"Error in read.table(decoder.file, header = TRUE, stringsAsFactors = FALSE) :
no lines available in input
In addition: Warning message:
In file(file, "rt") :
file("") only supports open = "w+" and open = "w+b": using the former"

Any help is much appreciated.

Thanks CS

R error • 2.2k views
ADD COMMENT
0
Entering edit mode

Maybe problem is the file permission of decoder.file. Try 'chmod 755 ~/R/Splicejunction/annoFiles/decoder.bySample.txt', then run JunctionSeq command.

ADD REPLY

Login before adding your answer.

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