Brainstorming for additional functionalities and features #16
Replies: 9 comments 5 replies
-
Make other input file types available? |
Beta Was this translation helpful? Give feedback.
-
One idea I had: We could add initial structure curation functionalities to CIDER. But I would say only if it can be integrated easily from existing toolkits (like the RDKit ChEMBL curation pipeline, for example). Or we need to add an explicit statement that all curation must be done beforehand. |
Beta Was this translation helpful? Give feedback.
-
Idea for a new feature: Generate plots like the ones in Figures 3 and 4 of this paper https://pubs.acs.org/doi/10.1021/acs.jnatprod.8b01022 for the scaffolds and the maybe upcoming functional group analysis (or any kind of fragment analysis). |
Beta Was this translation helpful? Give feedback.
-
Parallelisation to speed things up would be useful |
Beta Was this translation helpful? Give feedback.
-
Clustering - e.g. https://rdkit.readthedocs.io/en/latest/Cookbook.html#clustering-molecules could result in a simple bar plot of the clusters and how many molecules are in each cluster, as a quick metric for diversity. |
Beta Was this translation helpful? Give feedback.
-
Wrap dictionary data structure in a class object? |
Beta Was this translation helpful? Give feedback.
-
New idea: Being able to set a "memory mode", i.e. keeping mol objects in memory (e.g. for servers) vs. re-importing the molecules every time (e.g. for laptops). |
Beta Was this translation helpful? Give feedback.
-
Chemical space visualisations with descriptor vectors as input, i.e. every position in the input vector is a specific molecular descriptor value. This is nice because it helps to interpret the principal components in some way based on how much each descriptor value contributes to the respective dimension (loading plot). |
Beta Was this translation helpful? Give feedback.
-
https://www.mdpi.com/2218-273X/10/11/1566 |
Beta Was this translation helpful? Give feedback.
-
Here, we can collect and discuss ideas for new features and functionalities.
Notes from our document so far:
Beta Was this translation helpful? Give feedback.
All reactions