Description Usage Arguments Value Methods (by class) Examples
The method takes a set of phenotype file info attributes and converts it to a dataframe. It is called through the writeFileInfoJson
function.
1 2 3 4 | composeFileInfoJson(object, fileInfoSet)
## S4 method for signature 'Commons'
composeFileInfoJson(object, fileInfoSet)
|
object |
Commons class object. |
fileInfoSet |
a character list. The phenotype file info attribute sets. |
a data frame. Phenotype file info attributes.
Commons
: of class Commons
1 2 3 4 5 6 | ## Not run:
c <- Commons()
composeFileInfoJson(c, fileInfoSet)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.