Hi Shawn,
Thanks for your work on SKAT and MetaSKAT!
I just downloaded MetaSKAT ver 0.4 and the PLINK example files from one of your previous posts. I run it and I got all NA:
"SetID" "p.value"
"1" NA
"2" NA
"3" NA
"4" NA
"5" NA
"6" NA
"7" NA
"8" NA
"9" NA
"10" NA
Here are the commands I used:
> library(MetaSKAT)
> File.Mat.vec<-rep("",3)
> File.Info.vec<-rep("",3)
> File.Mat.vec[1]<-"./01.MSSD"
> File.Info.vec[1]<-"./01.MInfo"
> File.Mat.vec[2]<-"./02.MSSD"
> File.Info.vec[2]<-"./02.MInfo"
> File.Mat.vec[3]<-"./03.MSSD"
> File.Info.vec[3]<-"./03.MInfo"
> Cohort.Info<-Open_MSSD_File_2Read(File.Mat.vec, File.Info.vec)
Number of cohorts = 3
997 samples, 10 sets, 528 SNPs and 465 unique SNPs
997 samples, 10 sets, 506 SNPs and 457 unique SNPs
997 samples, 10 sets, 521 SNPs and 467 unique SNPs
> out<-MetaSKAT_MSSD_ALL(Cohort.Info, method="optimal.adj")
Thanks
Ken