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.
- 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.
- dae.gene_scores.implementations.gene_scores_impl.build_gene_score_implementation_from_resource(resource: GenomicResource) GenomicResourceImplementation[source]