composeFileInfoJson: (internal) Construct a data-frame of the phenotype file info...

Description Usage Arguments Value Methods (by class) Examples

Description

The method takes a set of phenotype file info attributes and converts it to a dataframe. It is called through the writeFileInfoJson function.

Usage

1
2
3
4
composeFileInfoJson(object, fileInfoSet)

## S4 method for signature 'Commons'
composeFileInfoJson(object, fileInfoSet)

Arguments

object

Commons class object.

fileInfoSet

a character list. The phenotype file info attribute sets.

Value

a data frame. Phenotype file info attributes.

Methods (by class)

Examples

1
2
3
4
5
6
## Not run: 

c <- Commons()
composeFileInfoJson(c, fileInfoSet)

## End(Not run)

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