Data volume
Hello, I would like to inquire if the linkET package can run a data volume of over 20000 lines?
compute correlation using correlate() function?
I want to use R to calculate the mantel_test test, and there are 20000 rows of data. After importing R language, there were no errors but no graphs were generated, so I want to ask if mantel_test can't calculate so much data?
I want to use R to calculate the mantel_test test, and there are 20000 rows of data. After importing R language, there were no errors but no graphs were generated, so I want to ask if mantel_test can't calculate so much data?
Firstly, you should comfirm that all variables (OTUs) are on columns. And then, you can set mantel_fun argument to "mantel.randtest", this means using ade4 package to compute mantel test.
I got it, thank you!