Skip to content

DIMA with more than 2 replicates #111

@meono

Description

@meono

_diff[":".join(name)] = abs(A_to_use[i1] - A_to_use[i2])

This line seems to overwrite the column in _diff dataframe when there are more than 2 replicates. Something like

_diff[":".join(name+(i1, i2))] = abs(A_to_use[i1] - A_to_use[i2])

would retain them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions