Heimdall.fc.Fc

Contents

Heimdall.fc.Fc#

class Heimdall.fc.Fc(fg, fe, data, tailor_config, order_config, reduce_config, embedding_parameters, max_input_length=None, float_dtype='float32', rng=0)[source]#

Bases: object

Abstraction for cell embedding.

Parameters:
  • fg (Fg | None) – Fg used for this Fc implementation.

  • fe (Fe | None) – Fe used for this Fc implementation.

  • max_input_length (int | None) – maximum number of identity/expression tokens to consider for each cell. Extra tokens are limited.

  • data (CellRepresentation)

  • tailor_config (DictConfig)

  • order_config (DictConfig)

  • reduce_config (DictConfig)

  • embedding_parameters (DictConfig)

  • float_dtype (str)

  • rng (int | Generator)

Attributes

Methods