### R code from vignette source 'vignettes/gene2pathway/inst/doc/gene2pathway.Rnw' ### Encoding: UTF-8 ################################################### ### code chunk number 1: no.nonsense ################################################### rm(list=ls()) ################################################### ### code chunk number 2: gene2pathway.Rnw:83-84 ################################################### library(gene2pathway) ################################################### ### code chunk number 3: gene2pathway.Rnw:86-87 (eval = FALSE) ################################################### ## gene2pathway("FBgn0030327", flyBase=TRUE, organism="dme") ################################################### ### code chunk number 4: gene2pathway.Rnw:89-91 ################################################### pred.comp = gene2pathway.signaltrans("43856", organism="dme") # prediction of the signaling pathway component for Entrez gene ID 387129 for human pred.comp ################################################### ### code chunk number 5: gene2pathway.Rnw:97-101 ################################################### data(classificationModel_dme) # load the bagged model modelKEGG[[1]]$allpathways # all employed KEGG hierarchy levels head(modelKEGG[[1]]$used_domains[[10]]) # Which InterPro domains are used by the first model to detect Phosphatidylinositol signaling? head(modelKEGG[[2]]$W) # How are input code vectors weighted? ################################################### ### code chunk number 6: gene2pathway.Rnw:116-117 ################################################### toLatex(sessionInfo())