Replies: 4 comments 2 replies
-
sorry for the late submission |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In today's homework we will be doing a basic statistical analysis to look for behaviour for a set of numbers on a list of molecules.
In Molecular Dynamics or Cheminformatics we most often work with a lot of data and we want to understand the properties on a set of data if we don't know anything else. It's a good technique in gaining an understanding of properties that the data exhibits. To begin, I have a dictionary of SMILES:
Our first task is to get a list of molecule weights for the molecules. We are going to be using RDKit, an open source cheminformatic tool and plotly as our graphing library.
To install:
To convert to molecular weight:
Next plot the molecular weights as a probability distribution using Plotly with their figure factory. Some example plotting code
Here you can play around with the parameters and understanding how to make better plots by changing the line or rug fashion. Take your pick. I do suggest perhaps altering the
bin size
parameter. Drag and drop your plot in the comments below and I can grade it. Happy Christmas/New Years!Beta Was this translation helpful? Give feedback.
All reactions