Description Usage Arguments Value Examples
Set value of the 'rnaseq_lib_path' slot
1 2 3 4 | setRNASeqLibPath(userObject, rnaSeqLibPath)
## S4 method for signature 'UserMetadata,character'
setRNASeqLibPath(userObject, rnaSeqLibPath)
|
userObject |
The UserMetadata object |
rnaSeqLibPath |
path to the directory wanted as 'rnaseq_lib_path' |
An object of the class UserMetadata with new 'rnaseq_lib_path' value
1 2 3 4 | {
user <- new("UserMetadata")
user <- setRNASeqLibPath(user, getwd())
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.