df <- read.table(paste("D:\deskface\MARVEL\format_rmats\fromGTF.RI.txt", sep=""), sep="\t", header=TRUE, stringsAsFactors=FALSE)
Format BED file
RI_Coordinates.bed <- PrepareBedFile.RI(file=df)
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file '/Users/seanwen/Documents/U2AF1_2019/Linker/rMATS/ASEvents/fromGTF.RI.txt': No such file or directory
The above is my error, I used the example data to generate fromGTF.RI.txt, but the path is wrong when running, please ask if this is a bug
The above is my error, I used the example data to generate fromGTF.RI.txt, but the path is wrong when running, please ask if this is a bug