-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScoreMatrixBin not working in version 1.35.0 #212
Comments
Is anyone looking into this issue? Here is the complete history of running the example for ScoreMatrixBin: library(genomation) Loading required package: grid Warning message: replacing previous import ‘Biostrings::pattern’ by ‘grid::pattern’ when loading ‘genomation’ data(cage) Error in validObject(.Object) : invalid class “ScoreMatrix” object: superclass "mMatrix" not defined in the environment of the object's class sessionInfo() R version 4.4.0 alpha (2024-03-26 r86209 ucrt) other attached packages: [1] genomation_1.35.0 loaded via a namespace (and not attached): --
|
I am trying to run your devel version (1.35.0) of genomation , but the ScoreMatrixBin function gives me an error (I have Matrix 1.7-0 installed):
Error in validObject(.Object) :
invalid class “ScoreMatrix” object: superclass "mMatrix" not defined in the environment of the object's class
In addition: Warning message:
In .local(target, windows, bin.num, bin.op, strand.aware) :
1 windows fall off the target
─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
setting value
version R version 4.4.0 alpha (2024-03-26 r86209 ucrt)
os Windows 10 x64 (build 19045)
system x86_64, mingw32
ui RStudio
language (EN)
collate English_United States.utf8
ctype English_United States.utf8
tz America/New_York
date 2024-03-29
rstudio 2023.12.0+369 Ocean Storm (desktop)
pandoc 3.1.1 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown)
How can I solve this problem?
Thanks a lot!
The text was updated successfully, but these errors were encountered: