dae.gene_scores.implementations package
Submodules
dae.gene_scores.implementations.gene_scores_impl module
- class dae.gene_scores.implementations.gene_scores_impl.GeneScoreImplementation(resource: GenomicResource)[source]
Bases:
GenomicResourceImplementation,InfoImplementationMixinClass used to represent gene score resource implementations.
- add_statistics_build_tasks(task_graph: TaskGraph, **kwargs: Any) list[Task][source]
Add tasks for calculating resource statistics to a task graph.
- calc_statistics_hash() bytes[source]
Compute the statistics hash.
This hash is used to decide whether the resource statistics should be recomputed.
- dae.gene_scores.implementations.gene_scores_impl.build_gene_score_implementation_from_resource(resource: GenomicResource) GenomicResourceImplementation[source]