clean_genesets | R Documentation |
Clean labels of genesets
clean_genesets(x)
x |
A vector of labels |
HALLMARK <- msigdb_download("Homo sapiens", "H", "")
names(HALLMARK) <- clean_genesets(names(HALLMARK))
head(names(HALLMARK))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.