after correcting downloading and extracting data and when i run this below command, it shows error
what to do in this case?
enhancerFilePath=system.file("extdata",
-
"subset.enhancers.hg18.bed",
-
package="compGenomRData")
cpgiFilePath=system.file("extdata",
-
-
package="compGenomRData")
read enhancer marker BED file
enh.df <- read.table(enhancerFilePath, header = FALSE)
Error in read.table(enhancerFilePath, header = 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
after correcting downloading and extracting data and when i run this below command, it shows error
what to do in this case?
enhancerFilePath=system.file("extdata",