index.rst 1.78 KB
Newer Older
Mufei Li's avatar
Mufei Li committed
1
DGL-LifeSci: Bringing Graph Neural Networks to Chemistry and Biology
2
3
===========================================================================================

Mufei Li's avatar
Mufei Li committed
4
5
DGL-LifeSci is a python package for applying graph neural networks to various tasks in chemistry
and biology, on top of PyTorch and DGL. It provides:
6

Mufei Li's avatar
Mufei Li committed
7
8
9
* Various utilities for data processing, training and evaluation.
* Efficient and flexible model implementations.
* Pre-trained models for use without training from scratch.
10

Mufei Li's avatar
Mufei Li committed
11
12
We cover various applications in our
`examples <https://github.com/dmlc/dgl/tree/master/apps/life_sci/examples>`_, including:
13

Mufei Li's avatar
Mufei Li committed
14
15
16
17
* `Molecular property prediction <https://github.com/dmlc/dgl/tree/master/apps/life_sci/examples/property_prediction>`_
* `Generative models <https://github.com/dmlc/dgl/tree/master/apps/life_sci/examples/generative_models>`_
* `Protein-ligand binding affinity prediction <https://github.com/dmlc/dgl/tree/master/apps/life_sci/examples/binding_affinity_prediction>`_
* `Reaction prediction <https://github.com/dmlc/dgl/tree/master/apps/life_sci/examples/reaction_prediction>`_
18

Mufei Li's avatar
Mufei Li committed
19
20
Get Started
------------
21

Mufei Li's avatar
Mufei Li committed
22
Follow the :doc:`instructions<install/index>` to install DGL.
23
24

.. toctree::
Mufei Li's avatar
Mufei Li committed
25
26
27
28
   :maxdepth: 1
   :caption: Installation
   :hidden:
   :glob:
29

Mufei Li's avatar
Mufei Li committed
30
   install/index
31
32
33
34
35
36
37

.. toctree::
    :maxdepth: 2
    :caption: API Reference
    :hidden:
    :glob:

Mufei Li's avatar
Mufei Li committed
38
39
40
41
    api/utils.mols
    api/utils.splitters
    api/utils.pipeline
    api/utils.complexes
42
    api/data
Mufei Li's avatar
Mufei Li committed
43
    api/model.pretrain
44
45
    api/model.gnn
    api/model.readout
Mufei Li's avatar
Mufei Li committed
46
47
48
49
50
51
    api/model.zoo

Free software
-------------
DGL-LifeSci is free software; you can redistribute it and/or modify it under the terms
of the Apache License 2.0. We welcome contributions. Join us on `GitHub <https://github.com/dmlc/dgl/tree/master/apps/life_sci>`_.
52
53
54
55

Index
-----
* :ref:`genindex`