Description Usage Arguments Value Methods (by class) Examples
The method searches for all dataset files under the project directory and merges the files that have the same dataset accession but belong to different consents.
1 2 3 4 5 | mergeDatasetConsent(object, ...)
## S4 method for signature 'Commons'
mergeDatasetConsent(object, ..., phsAcc = "",
overwrite = TRUE)
|
object |
Commons class object. |
... |
There are optional arguments. |
phsAcc |
a character string. The dbGaP study accession. |
overwrite |
a logical value. (optional) If TRUE (default), overwrites existing files. If FALSE, skips the merge for entire study if the merged file directory of the respective study is not empty. |
a data frame. (invisible) The meta-info of merged data files.
Commons
: A method of class Commons
1 2 3 4 5 6 7 | ## Not run:
c <- Commons()
mergeDatasetConsent(c)
mergeDatasetConsent(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.