Skip to content

Instantly share code, notes, and snippets.

View stemangiola's full-sized avatar

Stefano Mangiola stemangiola

View GitHub Profile
@stemangiola
stemangiola / color_cell_types.R
Last active July 28, 2023 04:27
Color cell types
get_cell_type_color = function(cell_type_vector){
cell_type_vector |>
enframe(value = "harmonised_cell_type") |>
left_join(
tribble(
~harmonised_cell_type, ~palette,
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git