structboost.DimensionAnnotation

class structboost.DimensionAnnotation(dimension, positive_annotation, negative_annotation, overall_annotation, database_references=<factory>)[source]

Bases: object

Functional annotation for a single latent dimension.

Parameters:
  • dimension (int)

  • positive_annotation (str)

  • negative_annotation (str)

  • overall_annotation (str)

  • database_references (list[str])

dimension

Index of the latent dimension.

Type:

int

positive_annotation

Functional description of the positive gene program.

Type:

str

negative_annotation

Functional description of the negative gene program.

Type:

str

overall_annotation

Overall biological axis / cell type assignment for this dimension.

Type:

str

database_references

Relevant database URLs supporting the annotation.

Type:

list[str]

Methods

__init__(dimension, positive_annotation, ...)

Attributes