################################################### ### chunk number 1: setup ################################################### #line 31 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" library(RMAPPER) options(warn=-1, width=75, digits=2, scipen=3, "prompt" = "R> ", "continue" = " ") ################################################### ### chunk number 2: install eval=FALSE ################################################### ## #line 48 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" ## library(RMAPPER) ################################################### ### chunk number 3: factortable eval=FALSE ################################################### ## #line 60 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" ## rmapperFactorTable("*") ################################################### ### chunk number 4: AbaA eval=FALSE ################################################### ## #line 65 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" ## rmapperFactorTable("AbaA") ################################################### ### chunk number 5: Ab eval=FALSE ################################################### ## #line 70 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" ## rmapperFactorTable("Ab") ################################################### ### chunk number 6: example1 ################################################### #line 78 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" mh = readMAPPER(gene="NM_009696", perc="95", models="M00027") mh query(mh) hits(mh) ################################################### ### chunk number 7: example2 ################################################### #line 90 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" mh = readMAPPER(gene="NM_009696", score="3", models="M00027,M00442") mh query(mh) hits(mh) ################################################### ### chunk number 8: help eval=FALSE ################################################### ## #line 99 "vignettes/RMAPPER/inst/doc/readMAPPER.Rnw" ## rmapperHelp()