Description Usage Arguments Value Methods (by class) Examples
The method returns a list of concatenated combo strings of variable name and accession given a data dictionary. When dealing with large phvAccList, it is important to set checkList FALSE. Otherwise the process takes will take too long to finish.
1 2 3 4 5 | getVarNameAccCombos(object, phvAccList, ...)
## S4 method for signature 'Study,character'
getVarNameAccCombos(object, phvAccList, ...,
studyDataDicDF = data.frame(), checkList = TRUE)
|
object |
Study class object. |
phvAccList |
a character vector. A list of the dbGaP variable accessions. |
... |
There are optional arguments. |
studyDataDicDF |
a data frame. (optional) Study variable meta-info (data dictionary). |
checkList |
a logical value. (optional) If TRUE, check the input phvAccList. Not check if FALSE. |
a character vector. The concatenated combo strings of the variable name and accession.
object = Study,phvAccList = character
: A method of class Study
1 2 3 4 5 6 7 | ## Not run:
s <- Study(phsAcc = 'phs000001.v3.p1')
accList = c('phv00054119.v1.p1.c2', 'phv00053735.v2', 'phv00053732.v2')
getVarNameAccCombos(s, phvAccList = accList)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.