Description Usage Arguments Value Methods (by class) Examples
The method parses out id strings from a dbGaP variable accession.
1 2 3 4 | parseIdsFromPhvAcc(object, phvAcc)
## S4 method for signature 'Commons'
parseIdsFromPhvAcc(object, phvAcc)
|
object |
Commons class object. |
phvAcc |
a character string. The dbGaP variable accession with or without the p# (participant-set number), e.g. phv00273621.v1. |
a named character list. The list of parsed id strings including 'phvAcc' for dataset acession, 'phvAccNoVer' for the dataset accession with the v# (version number) removed, 'phvAccId' for dataset id, and 'phvAccVer' for variable version.
Commons
: A method of class Commons
1 2 3 4 5 6 | ## Not run:
c <- Commons()
phvAccIds <- parseIdsFromPhvAcc(c, phvAcc = 'phv00273621.v1.p1')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.