Closed kailingli closed 1 year ago
system.file("extdata","cand_pos_all.bed", package = "DeepG4")
this seems looking for path of "example" files that come with the DeepG4 package
sequences <- import.bed(“path/to/file”)
just use this will do the trick.
Hello,
Thanks for uysing DeepG4,
system.file
is a function to get the local path of a file I put on the package, to load your data, you just have to precise the path, as you did.
Bests,
My code is like:
then I got this error:
I am not sure why, but it seems related to the "rtracklayer" package. Does any one have this problem?
Thanks!!