initialize-Study-method: Initialize Study class

Description Usage Arguments Examples

Description

The method initializes the Study class. Once the class is initialized, the input study accession and all varibles associated with the parent class Commons become available to all classs methods through the class object.

Usage

1
2
## S4 method for signature 'Study'
initialize(.Object, ..., phsAcc = .Object@phsAcc)

Arguments

.Object

private arugment used in class init

...

There are optional arguments.

phsAcc

a character string. A dbGaP study accession.

Examples

1
2
3
4
5
6
## Not run: 

s <- new("Study", phsAcc = 'phs000001.v1.p1')
s <- Study(phsAcc = 'phs000001.v1.p1')

## End(Not run)

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