
plotExons(fit, coef = ncol(fit), geneid = NULL, genecolname = "GeneID", exoncolname = NULL, rank = 1L, FDR = 0.05)
MArrayLM
fit object produced by eBayes
.fit$genes
containing gene IDs. Defaults to "GeneID" for Entrez Gene ID.fit$genes
containing exon IDs.geneid=NULL
then this ranked gene will be plotted.lmFit
, eBayes
, plotSplice
An overview of diagnostic functions available in LIMMA is given in 09.Diagnostics.
## Not run:
# fit <- lmFit(y,design)
# fit <- eBayes(fit)
# plotExons(fit)
# plotExons(fit, exoncolname = "Start", rank = 1)
# plotExons(fit, geneid = "ps", genecolname = "Symbol", exoncolname = "Start")
# ## End(Not run)
Run the code above in your browser using DataLab