R/assay_color_dict.R

Defines functions assay_color_dict

assay_color_dict <- function() {
    color_dict <- c(
        "ATAC" = "magenta",
        "H3K27ac" = "blue",
        "H3K4me3" = "turquoise",
        "peaks" = "black"
    )
    return(color_dict)
}
RajLabMSSM/echoannot documentation built on Oct. 26, 2023, 2:41 p.m.