Skip to content

Some suggestion about GNN #1789

@HuangDDU

Description

@HuangDDU

Is your feature request related to a problem? Please describe.
I want to develop a new model with Pytorch Geometric which is a GNN library based on Pytorch. I hope you can develop some api to make it more easier.

Describe the solution you'd like

  1. Please develop a obsm_field for AnnDataManager to register obsm(n_obs*n_obs) attribute. Because scanpy neighbors save the graph adjacency matrix in obsm as key "connectivities".
  2. DataSplitter in scvi.dataloaders maybe also should be updated to support minibatch operation. This minibatch operation is similar to subgraph extraction.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions