Skip to content

A comprehensive study of graph deep learning enabled spatial domains discrimination technologies for spatial transcriptomics

License

Notifications You must be signed in to change notification settings

vkxuds/GRAPHDeep

 
 

Repository files navigation

GRAPHDeep

A comprehensive study of graph deep learning enabled spatial domains discrimination technologies for spatial transcriptomics

Graphical Abstract

Graph deep learning has been regarded as a promising methodology to address genetic transcriptomes and spatial locations in spatial omics data. To this end, a comprehensive analytical toolbox, GRAPHDeep, is presented to aggregate two graph deep learning modules (i.e., Variational Graph Auto-Encoder and Deep Graph Infomax) and twenty graph neural networks for spatial domains discrimination. Towards spatial omics data with various modalities and scales, the best integration of graph deep learning module and graph neural network is determined. Consequently, this built framework can be regarded as desirable guidance for choosing an appropriate graph neural network for heterogeneous spatial data.

Workflow

Contents

Prerequisites

  1. Python (>=3.8)
  2. Scanpy
  3. Squidpy
  4. Pytorch_pyG
  5. pandas
  6. numpy
  7. sklearn
  8. seaborn
  9. matplotlib
  10. torch_geometric

(back to top)

Example usage

  • Selecting GNNs for spatial clustering task in DGI module
      running DGI Example_DLPFC.ipynb to see the simulation results step by step
  • Selecting GNNs for spatial clustering task in VGAE module
      running VGAE Example_DLPFC.ipynb to see the simulation results step by step

(back to top)

Benchmarking methods

Benchmarking methods used in this paper include:

(back to top)

Datasets Availability

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Trouble shooting

  • data files
    Please down load the spatial transcriptomics data from the provided links.

  • Porch_pyg
    Please follow the instruction to install pyG and geometric packages.

About

A comprehensive study of graph deep learning enabled spatial domains discrimination technologies for spatial transcriptomics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%