EntityClasses | R Documentation |
These functions attempt to add, delete, retrieve or update an
EntityClass
record, or to list EntityClass
records.
addEntityClass( filename, con = hiveConnection(), verbose = getOption("GeneHive.verbose") ) deleteEntityClass( name, con = hiveConnection(), verbose = getOption("GeneHive.verbose") ) getEntityClass(name, con = hiveConnection()) updateEntityClass( filename, con = hiveConnection(), verbose = getOption("GeneHive.verbose") ) listEntityClasses(con = hiveConnection())
filename |
A character string specifying the name of a file containing an
|
con |
A |
verbose |
A logical value specifying whether messages should be printed |
name |
A character string specifying the name of an |
addEntityClass
, updateEntityClass
If the operation is successful, a hiveEntityClass
object (invisibly).
getEntityClass
If the operation is successful, a hiveEntityClass
object.
deleteEntityClass
A logical value stating whether the operation was successful.
listEntityClasses
A hiveEntityClassList
object.
If an error is encountered, the function terminates with a message.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.