Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/buildDatabase.R
buildDatabase uses the internet connection to access KEGG database and locally install the required data to use papi
offline.
1 | buildDatabase(save = TRUE, folder, saveAs)
|
save |
when save = TRUE, the new local database is saved in the folder defined by folder in addition to the folder R.home("library/PAPi/databases/"). |
folder |
when save = TRUE and folder is missing, a pop up dialog box will be presented to the user. The user can then select the directory to which the results will be saved. Alternatively, folder can take a character string naming the path to the folder where the new database must be saved. |
saveAs |
A character string defining the name of the new local database. |
papi
is an algorithm to relate metabolite abundances to the activity of metabolic pathways. For this, PAPi uses the information available in KEGG database. However, applying PAPi online may be considerably time consuming depending on the internet connection available. In addition, KEGG database is constantly updated, which means that results produced by PAPi today may be different from results produced one month earlier. buildDatabase
allows users to build local databases containing the required data from KEGG database. It allows to reproduce results at anytime and considerably faster analysis.
buildDatabase stores the local database in R.home("library/PAPi/databases/").
Raphael Aggio (raphael.aggio@gmail.com)
Raphael Aggio
Aggio, R.B.M; Ruggiero, K. and Villas-Boas, S.G. (2010) - Pathway Activity Profiling (PAPi): from metabolite profile to metabolic pathway activity. Bioinformatics.
addKeggCodes
, papi
, papiHtest
and papiLine
.
1 | #buildDatabase(save = FALSE, saveAs = "MyNewDatabase")
|
Loading required package: svDialogs
Loading required package: svGUI
Loading required package: KEGGREST
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.