emreg00 / toolbox

Toolbox - generic utilities for data processing (e.g., parsing, proximity, guild scoring, etc...)
108 stars 59 forks source link

Ask about pvalue calculate #4

Open ABChh26 opened 10 months ago

ABChh26 commented 10 months ago

"P-value (P) was calculated by F-statistics." and "we calculated the Pearson’s correlation coefficient and the corresponding P-value via F-statistics for each pair of drug target-coding genes a and b" are mentioned in the paper, can I understand that the same function can be achieved using the package "scipy.stats.pearsonr" in python ?