Description Usage Arguments Value Examples
Gets unique genes in a library
1 | getGenes(x)
|
x |
A library of sets in List, LongDF or Mat format. |
A character vector of all unique gene names in a library.
1 2 3 | #load example gene set libraries
data("encode_example")
unique_encode_genes = getGenes(encode_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.