# Now we use the HLA data for testing
data(hla)
hla.gc<-genecounting(hla[,3:8])
summary(hla.gc)
hla.gc$lnl0
hla.gc$lnl1
# Now we use ALDH2 data
data(aldh2)
aldh2.gc<-genecounting(aldh2[,3:6],handle.miss=1)
summary(aldh2.gc)
aldh2.gc$lnl0
aldh2.gc$lnl1
Run the code above in your browser using DataLab