Skip to content

Possible proposal: output 1 matrix per "channel"? #30

@cmdcolin

Description

@cmdcolin

Currently, the matrix outputted by bilby encoder is a (12*X) x Y matrix, where:

  • X is the number of BAM files inputted
  • Y is the 'window size'. 12 is the number of "channels" that are predicted (6 per strand)

and the output file has a series of 12 channels, stacked against each other in a single matrix.

I was wondering if instead we output 12 different X - Y matrices (e.g. 1 matrix pr "channel")?

That way, the M->N transition would have one matrix, M->M would be another matrix, N->N would be another, etc.

This could be done through code changes to directly output, or as a post processing step on the current output

Possible points of reference:

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