View source: R/Visualization_enrichCirclize.R
paletteCir | R Documentation |
Create a palette of ID across different group
paletteCir(
df,
group = "model",
palette = as.character(MetBrewer::met.brewer("Signac", length(unique(df$ID))))
)
df |
a data frame contains multigroup results of enrich |
group |
which column is group data |
palette |
a color vecter, should be length with unique ID |
a named palette
paletteCir(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.