lianos / sparrow

Take command of your set enrichment analyses.
https://lianos.github.io/sparrow/
MIT License
20 stars 1 forks source link

Add t and z stats to edgeR/qlf results from calculateIndividualLogFC #14

Open lianos opened 2 years ago

lianos commented 2 years ago

This is the way

t.stat <- sign(qlf$table$logFC) * sqrt(qlf$table$F)
z <- zscoreT(t.stat, df=qlf$df.total)