Open HenrikBengtsson opened 3 years ago
I noticed that also several other example code snippets lacks library(rtracklayer)
.
Thanks for pointing that out,
rtracklayer is defined on the top on the README so it work when i run everything, but not when you run only parts.
sequences
is now defined too.
Thx. Yeah, I figured that out, but I can imagine a reader would expect those code snippets to be standalone, especially since library(...)
is used at the top, which often indicates "script/code/example begins here".
FYI, the example under https://github.com/raphaelmourad/DeepG4#without-accessbility:
doesn't work. For example,
rtracklayer
needs to be attached, andsequences
is undefined.