Description Usage Value Examples
The "key" form often comes out as rownames to matrices and such, or particularly for sending genesets down into wrapped methods, like do.camera.
1 2 3 | encode_gskey(x, y, sep = ";;")
split_gskey(x, sep = ";;")
|
a character vector
a data.frame with (collection,name) columns
1 2 3 | gdf <- exampleGeneSetDF()
gskeys <- encode_gskey(gdf)
gscols <- split_gskey(gskeys)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.