Skip to content

[ENH]: Run correlation methods and gene enrichment analysis for different alpha levels in sequence #28

Description

@LeSasse

Which feature do you want to include?

The lists provided by these fields

correlation_method:
    - spearman
alpha:
    - 0.05

are run in parallel. Overall, they share a lot of the same data fetching and processing steps, so will likely be better/more efficient to simply run them in sequence.

How do you imagine this integrated in nimgen?

Each step can read in the configuration file as an argument and then run the pipeline in a for loop over the product of these lists.

Do you have a sample code that implements this outside of nimgen?

No response

Anything else to say?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions