Description Usage Arguments Value Methods (by class) Examples
The method merges the dataset files that have the same dataset accession but different consents into one file.
1 2 3 4 | mergeDatasetConsentByStudy(object, phsAcc)
## S4 method for signature 'Commons,character'
mergeDatasetConsentByStudy(object, phsAcc)
|
object |
Commons class object. |
phsAcc |
a character string. The dbGaP study accession. |
a data frame. Meta-info of the merged data files.
object = Commons,phsAcc = character
: returns study accession
1 2 3 4 5 6 | ## Not run:
c <- Commons()
mergeDatasetConsentByStudy(c, phsAcc = 'phs000001.v3.p1')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.