Description Usage Arguments Value Methods (by class)
The method parses id strings from a dbGaP study accession.
1 2 3 4 5 | buildVarCodeValCombo(object, catVarAcc, ...)
## S4 method for signature 'Commons,character'
buildVarCodeValCombo(object, catVarAcc, ...,
phsAcc = "", varCodeValDF = data.frame())
|
object |
Commons class object. |
catVarAcc |
a character string. The accession of a categorical vairable. |
... |
There are optional arguments. |
phsAcc |
a character string. (optional) The study accession to which the input variable belongs. This is varCodeVarDF is not provided. |
varCodeValDF |
a data frame. (optional) The variable code value table. |
a named character list. The list of parsed id strings including 'phsAcc' for study acession, 'phsAccNoVer' for the study accession with the v# (version number) removed. 'phsAccId' for study id, and 'phsAccVer' for study version.
object = Commons,catVarAcc = character
: A method of class Commons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.