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