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
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.
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!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 sizeparameter. Drag and drop your plot in the comments below and I can grade it. Happy Christmas/New Years!All reactions