Add signature collections to database
Usage
addCollection(
conn_handler,
omic_collection,
visibility = FALSE,
return_collection_id = FALSE,
verbose = TRUE
)
Arguments
- conn_handler
A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)
- omic_collection
A collection of OmicSignature objects from OmicSignature package (required)
- visibility
A logical value indicates whether or not to allow others to view and access one's uploaded collection. Default is
FALSE
.- return_collection_id
a logical value indicates whether or not to return the ID of the uploaded collection. Default is
FALSE
.- verbose
a logical value indicates whether or not to print the diagnostic messages. Default is
TRUE
. #test