R/customValues.R

#' Vector of custom colors
#'
#'@noRd
.MS2IDcols = c(
    qry = '#00786C',
    ref = '#b40000',
    qryLight = '#00c6b2',
    refLight = '#ff8b8b'
)
#' Vector of CONS colors
#'
#' palette for spectra that forms consensus (MS2IDgui, CONS plot)
#'
#' @noRd
.colCons = c("#FF0000", "#00A08A", "#F2AD00", "#5BBCD6", "#972D15",
            "#ECCBAE", "#046C9A", "#D69C4E", "#ABDDDE", "#000000",
            "#D8B70A", "#02401B", "#A2A475", "#81A88D", "#F98400"
)
jmbadia/MS2ID documentation built on Dec. 10, 2024, 2:33 p.m.