These are R data files for the paper on Stolarsky
invariance for gene set testing, by
Hera He, Kinjal Basu, Qingyuan Zhao and myself.
R data files
Moran data|
Zhang data|
Scherzer data
After loading any one of these files, here is what you get:
> ls()
[1] "entrezids.map" "gs" "phat.mc" "X" "Y"
These are described in a README file.
R program file
computeCorr.R
This does 1 data set at a time. It asks for the name of the data set.
It requires our pipeGS R package.