powered by
Get RMT threshold for a correlation matrix
Get RMT threshold for a correlation matrix roughly
RMT_threshold( occor.r, out_dir, min_threshold = 0.5, max_threshold = 0.8, step = 0.02, gif = FALSE, verbose = FALSE )rmt(occor.r, min_threshold = 0.5, max_threshold = 0.85, step = 0.01)
rmt(occor.r, min_threshold = 0.5, max_threshold = 0.85, step = 0.01)
a r-threshold
recommend threshold
a corr object or a correlation matrix
output dir
min_threshold
max_threshold
step
render a .gif file?
verbose
J. Zhou, Y. Deng, FALSE. Luo, Z. He, Q. Tu, X. Zhi, (2010) Functional Molecular Ecological Networks, doi:10.1128/mBio.00169-10. https://matstat.org/content_en/RMT/RMThreshold_Intro.pdf
# \donttest{ data(otutab, package = "pcutils") t(otutab) -> totu c_net_calculate(totu) -> corr rmt(corr) # recommend: 0.69 c_net_build(corr, r_threshold = 0.69) -> co_net_rmt # }
Run the code above in your browser using DataLab