linkET icon indicating copy to clipboard operation
linkET copied to clipboard

Data volume

Open jiaxinwang123456 opened this issue 1 year ago • 4 comments

Hello, I would like to inquire if the linkET package can run a data volume of over 20000 lines?

jiaxinwang123456 avatar Apr 03 '24 10:04 jiaxinwang123456

compute correlation using correlate() function?

Hy4m avatar Apr 04 '24 04:04 Hy4m

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?

jiaxinwang123456 avatar Apr 04 '24 04:04 jiaxinwang123456

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.

Hy4m avatar Apr 04 '24 04:04 Hy4m

I got it, thank you!

jiaxinwang123456 avatar Apr 04 '24 05:04 jiaxinwang123456