Heimdall.fg.CSVFg

Contents

Heimdall.fg.CSVFg#

class Heimdall.fg.CSVFg(data, embedding_parameters, embedding_filepath=None, **fg_kwargs)[source]#

Bases: PretrainedFg

Mapping of gene names to pretrained Gene2Vec embeddings.

Attributes

Methods

load_embeddings()

Load the embeddings from disk and process into map.

Parameters:
  • data (CellRepresentation)

  • embedding_parameters (OmegaConf)

  • embedding_filepath (str | PathLike | None)