Description Usage Arguments Value Methods (by class) Examples
The method takes the attribute set of a phenotype file, converts it to a data frame, and saves it a json file, which is composed through composeFileInfoJson
. (Developer's notes: This function only appends a new item to the existing json file. It does not deal with replacing existing items. That is because the existing json file (pht_file_info_indiv.json) is removed and recreated every time when it is called by recordPrjFileInfo
.
1 2 3 4 | writeFileInfoJson(object, dbgapFile)
## S4 method for signature 'Commons'
writeFileInfoJson(object, dbgapFile)
|
object |
Commons class object |
dbgapFile |
a character string. Decrypted dbGaP phenotype file name with path. |
TRUE a logical value. TRUE if json file is written successfully. FALSE if not.
Commons
: of class Commons
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.