mergeDatasetConsentByStudy: (internal) Merge data of different consent groups in a study

Description Usage Arguments Value Methods (by class) Examples

Description

The method merges the dataset files that have the same dataset accession but different consents into one file.

Usage

1
2
3
4
mergeDatasetConsentByStudy(object, phsAcc)

## S4 method for signature 'Commons,character'
mergeDatasetConsentByStudy(object, phsAcc)

Arguments

object

Commons class object.

phsAcc

a character string. The dbGaP study accession.

Value

a data frame. Meta-info of the merged data files.

Methods (by class)

Examples

1
2
3
4
5
6
## Not run: 

c <- Commons()
mergeDatasetConsentByStudy(c, phsAcc = 'phs000001.v3.p1')

## End(Not run)

jameslhao/dbgapr_dev documentation built on May 8, 2019, 11:03 p.m.