## ----eval=TRUE,fig.cap="Shown are TF ranking plots based on the score (-log(P value)) of association between TF expression and DNA methylation of the enriched motif in the LUSC cancer type. The dashed line indicates the boundary of the top 5% association score. The top 3 associated TFs and the TF family members=(dots in red) that are associated with that specific motif are labeled in the plot"---- load("result/getTF.hypo.TFs.with.motif.pvalue.rda") motif <- colnames(TF.meth.cor)[1] TF.rank.plot(motif.pvalue = TF.meth.cor, motif = motif, save = FALSE)