scSLAT.model.utils.run_LGCN

scSLAT.model.utils.run_LGCN(features, edges, LGCN_layer=2)[source]

Run LGCN model

Parameters:
  • features (typing.List) – list of graph node features

  • edges (typing.List) – list of graph edges

  • LGCN_layer (typing.Optional[int]) – LGCN layer number, we suggest set 2 for barcode based and 4 for fluorescence based