### Name: htmlPage ### Title: Display gene list as a HTML page ### Aliases: htmlPage table2html ### Keywords: file ### ** Examples ##library(annotate) data(swirl) Gnames <- maGeneTable(swirl) swirlmap <- mapGeneInfo(Name = "none", ID="genbank") ## htmlPage(100:110, geneNames = Gnames, mapURL = swirlmap, title="Swirl") moreinfo <- round(maM(swirl), 2) swirlmap <- mapGeneInfo(Name = "pubmed", ID="genbank") ##htmlPage(100:110, geneNames = Gnames, mapURL = swirlmap, othernames=moreinfo, title="Swirl", disp="file")