-
Notifications
You must be signed in to change notification settings - Fork 1
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
threshold for low-occupancy data #4
Comments
This is a great question. In the paper, that occypancy>10 number was calculated via simulation, i.e. by down-sampling real data. Creating a function to do this for user data would be quite easy, and would be a good addition to the package. I'll prototype such a function and add the code to this issue, and eventually add it to the main package. |
Try this out. See the example for a how-to.
|
Tested already and it works!! Super! Many thanks, John. |
Many thanks for the interesting work. I wonder how to decide the threshold number for the low-occupancy data in their own dataset? For example, you used 10 (i.e., occupying less than 10 samples) in the endophyte dataset, but will that number apply to one's own microbial data? Any code to run a sensitivity analysis with one's own data to determine the threshold?
Thanks.
The text was updated successfully, but these errors were encountered: