Description Usage Arguments Value
View source: R/processNewRamp.R
Find table of analyte has pathway from given pathway IDs Aggregate ramp Id to ramp pathway Id GC is C or G
1 2 | findAnalyteHasPathway(pathwayRampId, GC = "C", n = 10,
username = "root", dbname = "ramp", conpass, host = "localhost")
|
pathwayRampId |
a vector of ramp Pathway ID |
GC |
the analytes type that is either "C" for compound or "G" for gene |
n |
minimum analytes of which pathway to considered computing overlap |
username |
a string that specifies name of MySQL database |
dbname |
a string that specifies database name of MySQL database |
conpass |
a string that specifies password for database connection |
host |
a string that specifes host for database connection |
A list with pathway rampID as name, a vector of analytes from this pathway as content.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.