Can I adjust p value in correlation-based network analysis? #114
Answered
by
ChiLiubio
rainboy352900
asked this question in
Q&A
-
Hi Liu, I'm wondering whether I can adjust p value in correlation-based network analysis? Such as using false discovery rate method. I did not find the related function in trans_network$new. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
ChiLiubio
Jun 5, 2022
Replies: 1 comment 8 replies
-
Hi @rainboy352900 Chi |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
rainboy352900
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rainboy352900
It is in the cal_network function COR_p_adjust parameter.
Chi