# NOT RUN {
data('hnsc.edata','design')
# 'hnsc.edata' contains FPKM of 1000 lncRNA genes and 80 samples
# 'design' is the design matrix for tissue and batch.
# For the first 100 genes
# Fit GLM by ZIQML with logarithmic link function
fit.log=ZIQML.fit(edata=hnsc.edata[1:100,],design.matrix=design,link='log')
# Fit GLM by ZIQML with identity link function
fit.identity=ZIQML.fit(edata=hnsc.edata[1:100,],design.matrix=design,link='identity')
# }
Run the code above in your browser using DataLab