Skip to content

Use of uninitialized values #3

@TeddyHuang-00

Description

@TeddyHuang-00

I came across this problem when translating this program to Python (here is a link to it), and the details are stated there.

In brief, when the random permutation number N is too small or when the min_count is set too high, fewer lengths of peaks will be identified, and the regression will skip those peak min values. But in the following function, these uninitialized values will still be used to calculate for an expectation number of occurrence, thus leading to problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions