Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement getters for data in the fast5 files #81

Open
kdoroschak opened this issue Feb 2, 2021 · 0 comments
Open

Implement getters for data in the fast5 files #81

kdoroschak opened this issue Feb 2, 2021 · 0 comments

Comments

@kdoroschak
Copy link
Member

kdoroschak commented Feb 2, 2021

Kinds of data to retrieve:

  • Raw signals
  • Metadata
    • duration
    • start time
    • channel number
  • Classification results (assuming classification already happened)
  • Reads passing a specific filter (that was already run)

Use cases:

  • Retrieve all results/data from a single file, e.g. list of all reads passing the filter in one fast5
  • Get info for a certain read_id, given just the read_id and the directory of fast5 files (you shouldn't need to know exactly which file it's in)
  • Retrieve all results/data from the entire dataset across all fast5 files
    • Keep ordering in mind, how do we guarantee (or should we guarantee) the same order every time you call this function?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant