stephenslab / susieR

R package for "sum of single effects" regression.
https://stephenslab.github.io/susieR
Other
176 stars 46 forks source link

Does susieR work with very small p-values? #211

Open vforget opened 9 months ago

vforget commented 9 months ago

The min float in R is ~1E-308. Does susieR support smaller p-values via library such as Rmpfr? Or are p-values optional and instead use Z-scores?

pcarbo commented 9 months ago

@vforget susie_rss takes z-scores as input, not p-values. (If you have p-values, you can get the z-scores if you also know the sign of the z-score.)