# NOT RUN {
data('hnsc.edata','design')
# 'hnsc.edata' contains FPKM of 1132 lncRNA genes and 80 samples.
# 'design' is the design matrix of tissue type (tumor vs normal).
# Fit GLM by ZIQML.fit for the first 100 genes
fit.log=ZIQML.fit(edata=hnsc.edata[1:100,],design.matrix=design)
# Likelihood ratio test to compare tumor vs normal in gene expression level.
LRT.results=LRT(fit.log,coef=2)
# }
Run the code above in your browser using DataLab