## Not run:
# ##(see the vignette for details about the preprocessing of this data set)
# library(KEGG.db)
# library(GO.db)
# library(AnnotationDbi)
# ##report for a GSCA object
# data("KcViab_GSCA")
# ##append gene set terms to results
# KcViab_GSCA<-appendGSTerms(KcViab_GSCA, keggGSCs="PW_KEGG",
# goGSCs=c("GO_BP","GO_MF","GO_CC"))
# report(object=KcViab_GSCA, experimentName="KcViab", species="Dm",
# allSig=TRUE, keggGSCs="PW_KEGG", goGSCs=c("GO_BP","GO_MF","GO_CC"),
# reportDir="HTSanalyzerGSCAReport")
# browseURL(file.path(getwd(), "HTSanalyzerGSCAReport", "index.html"))
# ##report for a NWA object
# data("KcViab_NWA")
# report(object=KcViab_NWA, experimentName="KcViab", species="Dm",
# allSig=TRUE, keggGSCs="PW_KEGG", goGSCs=c("GO_BP","GO_MF","GO_CC"),
# reportDir="HTSanalyzerNWReport")
# browseURL(file.path(getwd(), "HTSanalyzerNWReport", "index.html"))
# ## End(Not run)
Run the code above in your browser using DataLab