Skip to content

Unable to load data  #14

Description

@Shaileshdesai76

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions