gain.gene_sets.implementations package
Submodules
gain.gene_sets.implementations.gene_sets_impl module
- class gain.gene_sets.implementations.gene_sets_impl.GeneSetCollectionImpl(resource: GenomicResource)[source]
Bases:
GenomicResourceImplementation,InfoImplementationMixin,ResourceConfigValidationMixinGene sets collection resource implementations.
- calc_statistics_hash() bytes[source]
Compute the statistics hash.
This hash is used to decide whether the resource statistics should be recomputed.
- create_statistics_build_tasks(**kwargs: Any) list[TaskDesc][source]
Create tasks for calculating resource statistics for task graph.
- get_statistics_info(**kwargs: Any) str[source]
Construct the contents of the implementation’s HTML statistics info page.
- styles_template_name: ClassVar[str] = 'gene_set_collection_styles.jinja'
- template_name: ClassVar[str] = 'gene_set_collection.jinja'