Skip to content
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

Molecule Ring & Functional Lifting (Graph to Combinatorial) #21

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Conversation

bertranMiquel
Copy link
Contributor

@bertranMiquel bertranMiquel commented Jun 27, 2024

Using QM9 dataset, we implement a lifting from a molecule graph to a combinatorial complex based on two points:

  • The ring information of the molecule. Rings will be represented as 2-cells in the combinatorial complex.
  • Its functional groups will be add as hyperedges in the complex, i.e., 1-cells that sometimes connect more than two 0-cells. The functional groups are found by the SMARTS patterns, predifenied patterns that are used to identify functional groups in molecules.

So far, to the best of our knowledge, it is the first implementation of a molecule as a combinatorial complex, combining both hypergraphs and cell complexes.

Here, the elements are the following:

  • Nodes: Atoms in the molecule.
  • Edges: Bonds between atoms.
  • Hyperedges: Clusters of atoms that are close to each other.
  • 2-cells: Rings in the molecule.

fg

Additionally, attributes inspired by those used in (Battiloro et al., 2024) are incorporated into the elements, enhancing the representation of the molecule.
The attributes are:

  • Node: Atom type, atomic number, and chirality.
  • Edge: Bond type, conjugation and stereochemistry.
  • Rings: Ring size, aromaticity, heteroatoms, saturation, hydrophobicity, electrophilicity, nucleophilicity, and polarity.
  • Functional groups: Conjugation, hydrophobicity, electrophilicity, nucleophilicity, and polarity.

This pull request is done under the team formed by: Bertran Miquel Oliver, Manel Gil Sorribes, Alexis Molina

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@gbg141
Copy link
Member

gbg141 commented Jul 8, 2024

Hello @bertranMiquel! Thank you for your submission. As we near the end of the challenge, I am collecting participant info for the purpose of selecting and announcing winners. Please email me (or have one member of your team email me) at [email protected] so I can share access to the voting form. In your email, please include:

Before July 12, make sure that your submission respects all Submission Requirements laid out on the challenge page. Any submission that fails to meet this criteria will be automatically disqualified.

@bertranMiquel
Copy link
Contributor Author

bertranMiquel commented Jul 9, 2024 via email

@gbg141 gbg141 added award-category-2 Lifting to Combinatorial, Hypergraph or Graph Domain award-category-3 Feature-based Lifting (including those that simultaneously leverage the connectivity) labels Jul 9, 2024
@gbg141 gbg141 added Winner Awarded submission and removed challenge-icml-2024 labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
award-category-2 Lifting to Combinatorial, Hypergraph or Graph Domain award-category-3 Feature-based Lifting (including those that simultaneously leverage the connectivity) Winner Awarded submission
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants