removeFromGeMSBody | R Documentation |
Message body to remove one or gene sets of the same source and user from GeMS
removeFromGeMSBody(
setName = "",
source = "",
user = ribiosUtils::whoami(),
subtype = ""
)
setName |
A vector of character strings, defining set names to be renamed. They must all have the same |
source |
Character string, source of the gene set(s) |
user |
Character string, user name |
subtype |
Character string, subtype of the gene set(s) |
A list of genesets to be removed, to be sent as message body
removeFromGeMSBody(setName=c("GS_A", "GS_B", "GS_C"), source="Test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.