-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
For those not at BU, we had a conversation today about how different analyses have different filtering requirements for the data. For example, you should not filter low-abundance OTUs for alpha diversity calculations, but there are other situations where you might want to filter for analysis or visualization. So we concluded:
- The entire raw PathoID reports should be read in and stored
- We need a general purpose function for filtering the data. For example, get only the top 10 OTUs, or get all OTUs that account for >1% of the data, or remove OTUs that are only present in one sample.
- There will be intermediate layer that performs this filtering. Functions should assume that it is being handed a properly filtered object.
There are other details that need to be sorted out, such as how to track if users upload pre-filtered data, etc.
Metadata
Metadata
Assignees
Labels
No labels