-
Notifications
You must be signed in to change notification settings - Fork 27
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
view.molecule.2D not working on Rstudio #122
Comments
this is what happening:
|
I am having the same issue right now. Not too sure what is going on or how to fix it. |
I also have the same error. I did come across the article: https://reflectoring.io/nosuchmethod/ |
I have the same issue. I get this error message: I also get an error from the view.table() function which I suspect is related: This is my session info: Matrix products: default |
Sorry about the late reply. The rcdk image viz code is a bit brittle. I would recommend checking out the depict repo for your image visualization needs. It also used rcdklibs but taps into the more recent CDK DepictionGenerator class which is really quite nice. You can see it in action here. In theory anything you see on that page, you should be able to implement from R. |
mols <- parse.smiles(peptide_file[2,SMILES])
class(mols)
kk=view.molecule.2d(m)
Getting error:
The text was updated successfully, but these errors were encountered: