setRNASeqLibPath | R Documentation |
Set value of the 'rnaseq_lib_path' slot
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
{
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.