Skip to content
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

missing specification of package data.table in SBS function #33

Open
valerianilucrezia opened this issue Feb 19, 2024 · 3 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@valerianilucrezia
Copy link

Hi, I've tried to use SBS() function and it returns this error

> CNAqc:::SBS(x) 
ℹ Using reference package: BSgenome.Hsapiens.UCSC.hg19
ℹ Processing n = 2989 SNVs via GRanges
Error in match(x, table, nomatch = 0L) : 
  'match' requires vector arguments

I've tried to run the function from outside CNAqc (by coping and paste it on an R script) and I noticed that at lines 52
and 55, in this file, is used the data.table() function from the data.table package but the package is not include in the NAMESPACE and furthermore the function is not called as data.table::data.table(). Also at line 56 is used dcast() from data.table package.

@caravagn caravagn added the bug Something isn't working label Mar 27, 2024
@caravagn
Copy link
Collaborator

Hi @valerianilucrezia can you fix this yourself?

@caravagn
Copy link
Collaborator

Any update?

@caravagn
Copy link
Collaborator

@valerianilucrezia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants