BioinformaNicks

Results 2 issues of BioinformaNicks

So I'm trying to run enricher() on both the MSigDB Hallmark set and the C5 (GO) set, by doing the following: ``` m_t2g % dplyr::select(gs_name, entrez_gene) %>% dplyr::distinct(gs_name, entrez_gene) go_m_t2g...

Hi, I'm trying to use cnetplot to create networks of enricher results. For readability purposes, I would like to modify the category node/vertex labels separately from gene labels. Currently, the...