View source: R/networks_enrich.R
SearchNetDB | R Documentation |
This function performs mapping of user's data to the internal network to create a network from the seed nodes
SearchNetDB(
mSetObj = NA,
db.type,
table.nm,
require.exp = TRUE,
min.score = 900
)
mSetObj |
Input name of the created mSet Object |
db.type |
Input the database type |
table.nm |
Input the organism code for the sqlite table (ppi). For chemical type, the table.nm is drugbank of ctd |
require.exp |
Logical, only used for the STRING database |
min.score |
Input the minimal score, only used for the STRING database |
Othman Soufan, Jeff Xia jeff.xia@mcgill.ca, othman.soufan@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.