-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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",
-
"subset.cpgi.hg18.bed", -
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels