R/1.calculate.R
p.adjust.table.Rd
p.adjust apply on a correlation table (matrix or data.frame)
p.adjust.table(pp, method = "BH", mode = "all")
table of p-values
see p.adjust
, default: "BH".
"all" for all values; "rows" adjust each row one by one; "columns" adjust each column one by one. Default: "all".
a table of adjusted p-values
Other calculate:
c_net_calculate()
,
cal_sim()
,
fast_cor()
,
read_corr()