Skip to content

Parallelize get_metagene function #9

@hakanozadam

Description

@hakanozadam

Performance enhancement:

It can take a while (for example ~10 seconds per experiment) to get metagene data. When sum_references is set to true, get_metagene function typically adds ~20K rows to produce the metagene coverage. Parallelizing the vector additions will give us speed up.

Or we can simply parallelize on the experiment level as each experiment metagene data can be obtained independently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions