K2genesets | R Documentation |
Retrieve or assign named list of genesets for K2Taxonomer run.
K2genesets(K2res)
K2genesets(K2res) <- value
## S4 method for signature 'K2'
K2genesets(K2res)
## S4 replacement method for signature 'K2'
K2genesets(K2res) <- value
K2res |
K2 class object. |
value |
Named list. A list with an element for each ge |
Named list. A list with an element for each gene set.
data(K2res)
head(K2genesets(K2res))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.