View source: R/discrete-cosmic.R
pal_cosmic | R Documentation |
Color palettes inspired by the colors used in projects from the Catalogue Of Somatic Mutations in Cancers (COSMIC).
pal_cosmic(
palette = c("hallmarks_light", "hallmarks_dark", "signature_substitutions"),
alpha = 1
)
palette |
Palette type. Currently there are three available options:
The |
alpha |
Transparency level, a real number in (0, 1].
See |
Joshua H. Cook | joshuacook0023@gmail.com | @jhrcook
library("scales")
show_col(pal_cosmic("hallmarks_light")(10))
show_col(pal_cosmic("hallmarks_light", alpha = 0.6)(10))
show_col(pal_cosmic("hallmarks_dark")(10))
show_col(pal_cosmic("hallmarks_dark", alpha = 0.6)(10))
show_col(pal_cosmic("signature_substitutions")(6))
show_col(pal_cosmic("signature_substitutions", alpha = 0.6)(6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.