rampFindSourceFromId: Find all source from given list of RaMP Ids

Description Usage Arguments Value

View source: R/rampQueryHelper.R

Description

Find all source from given list of RaMP Ids

Usage

1
2
rampFindSourceFromId(rampId = NULL, full = TRUE, conpass = NULL,
  dbname = "ramp", username = "root", host = "localhost")

Arguments

rampId

could be a data frame return by rampFindSynonymFromSynonym containing all information related to synonym. Or can be a list of rampId

full

return whole searching result or not (TRUE/FALSE)

conpass

password for database access (string)

dbname

name of the mysql database (default is "ramp")

username

username for database access (default is "root")

host

host name for database access (default is "localhost")

Value

a data frame that has all source Id in the column or the source table that has metaoblites entry


Mathelab/RaMP-DB documentation built on April 24, 2021, 3:11 p.m.