You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your method. I tried your sample data and it worked fine. When I used my own data, it successfully generated the count matrix, but next the program encountered a problem as below:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function "assays" for signature "standardGeneric"?
Calls: epiAneufinder -> as.data.table -> assays ->
Execution halted
Could you please give any suggestions?
Thanks in advance.
Ruohan
The text was updated successfully, but these errors were encountered:
I also have the same problem and I am having trouble tracing back the source of the error.
Subtracting Blacklist... Adding Nucleotide Information... 1 of 22 2 of 22 3 of 22 4 of 22 5 of 22 6 of 22 7 of 22 8 of 22 9 of 22 10 of 22 11 of 22 12 of 22 13 of 22 14 of 22 15 of 22 16 of 22 17 of 22 18 of 22 19 of 22 20 of 22 21 of 22 22 of 22 [1] "Finished making windows successfully" [1] "Count matrix has been generated and will be saved as count_summary.rds" Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘assays’ for signature ‘"standardGeneric"’
first of all I am sorry for the late response.
We can't be sure that this is same cause of this error, but we have seen it when the count matrix is generated, but is empty.
We have added an error message in our new package version that will be raised in this situation.
Can you please run with your data again and tell us if you get the same error again, in case you are still interested?
Hi, thank you for your method. I tried your sample data and it worked fine. When I used my own data, it successfully generated the count matrix, but next the program encountered a problem as below:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function "assays" for signature "standardGeneric"?
Calls: epiAneufinder -> as.data.table -> assays ->
Execution halted
Could you please give any suggestions?
Thanks in advance.
Ruohan
The text was updated successfully, but these errors were encountered: