-
Notifications
You must be signed in to change notification settings - Fork 9
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
OTU filtering #18
Comments
The Santiago team agrees with this 100%! I'd like to add that while pathoID writes a sorted .tsv file, it's sorted by Final Guess and sometimes you want it sorted by Final Read Numbers.
Someone may want to define the top X by proportions instead of counts, in which case a transformation is needed:
Regarding point 3, I think users should be warned to upload unfiltered results only, and let pathoStats decide when it's appropriate to filter. BTW, @mlosada323 mentioned rarefaction for 16S data. That's also a oneliner in phyloseq:
Cheers, Eduardo PS: The alluvial plot is almost done! @Sanrrone |
Wow looks nice @Sanrrone! |
Can you make a remote branch and push up what you have currently? I'd like to look at how you are getting the sample condition. |
Im confusing about how remote branch works, I did make a pull request, is the same?, wherever, you can looks the change in my fork: https://github.com/Sanrrone/PathoStat |
Oh, didn't know you were working on a fork. Remote branch is in the same repository, while fork creates a new repository. There is currently debate about when to branch or fork, but it boils down to how closely you are involved with the original project and whether your changes will eventually be incorporated into the original project. Just make sure to keep your fork in sync with master, and (ideally) merge the upstream master and test your code before making a pull request. Same goes for branches. |
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:
There are other details that need to be sorted out, such as how to track if users upload pre-filtered data, etc.
The text was updated successfully, but these errors were encountered: