Description Usage Arguments Value Methods (by class) Examples
The method returns the statistical summary of a given variable of the class study. The statistical summary is also displayed along with the variable meta-info.
1 2 3 4 5 | variableSummary(object, phvAcc, ...)
## S4 method for signature 'Study,character'
variableSummary(object, phvAcc, ...,
emptyToNa = FALSE)
|
object |
Study class object. |
phvAcc |
a character string. The dbGaP variable accessions |
... |
There are optional arguments. |
emptyToNa |
a logical value. (optional) If TRUE, converts the empty value to NA. Not convert if FALSE (default). |
a data frame. The statistical summary data.
object = Study,phvAcc = character
: of class Study
1 2 3 4 5 6 | ## Not run:
s <- Study(phsAcc = 'phs000001.v3.p1')
variableSummary(s, phvAcc = 'phv00054119.v1.p1.c2')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.