structboost.DimensionGeneRanking

class structboost.DimensionGeneRanking(dimension, n_selected_genes, positive_genes, negative_genes)[source]

Bases: object

Ranked gene lists (positive and negative) for a single latent dimension.

Parameters:
dimension

Index of the latent dimension.

Type:

int

n_selected_genes

Total number of nonzero genes in this dimension.

Type:

int

positive_genes

Top-k positively weighted genes, ranked by weight descending.

Type:

structboost._annotation.GeneRanking

negative_genes

Top-k negatively weighted genes, ranked by absolute weight descending.

Type:

structboost._annotation.GeneRanking

Methods

__init__(dimension, n_selected_genes, ...)

Attributes