-
Notifications
You must be signed in to change notification settings - Fork 25
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
change.sigindex error!! #68
Comments
you may save the 'icres2' as rda file and send me ([email protected]) to debug. save(icres2, file="icres2.rda") |
The error is because some bins have too few taxa where the number of all possible randomizations is less than 1000, then the randomization times for different bins are different in our icamp output (some are 1000, some are 720). The newest version of iCAMP (version 1.6.7) has solved this problem, which allow the icamp.output has different randomziation times in different bins. You can go through change.sigindex now. The latest version can be downloaded from https://github.com/DaliangNing/iCAMP1/tree/master/RPackage/AllVersions. However, for a real microbiome dataset, I strongly recommend using bin.size.limit >= 12 to ensure enough statistical power. The bin.size.limit had better be determined by phylogenetic signal test, as showed in Step 7 and 8 in the example R code (https://github.com/DaliangNing/iCAMP1/blob/master/Examples/SimpleOTU/icamp.test.r) |
I also received your query on iCAMP for relative aubndance data.
First, use this option (step 9.5 in the example R code) only when you have to use 'relative abundances' (all values are lower than 1). |
I am getting an error when I perform "change.sigindex" using the following code.
Could you tell me exactly which data in detail is not numeric and thus the error is occurring?
The text was updated successfully, but these errors were encountered: