Skip to content

Commit

Permalink
small fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ococrook committed Mar 7, 2024
1 parent 5bd60c1 commit 2fe93dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: ReX is a user-friendly software designed for scientists studying
License: Artistic-2.0
URL:
BugReports: https://support.bioconductor.org/tag/ReX
biocViews: Software, MassSpectrometry, Proteomics, Bayesian, HDX-MS
biocViews: Software, MassSpectrometry, Proteomics, Bayesian
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Expand All @@ -25,7 +25,8 @@ Imports:
NGLVieweR,
rlog,
dplyr,
RColorBrewer
RColorBrewer,
grDevices
Suggests:
BiocStyle,
knitr,
Expand Down
2 changes: 1 addition & 1 deletion R/pdb_visualisation.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define_color_function <- function(dataset,
rlog::log_info(" Your values will be coloured using Viridis")

n_values <- length(unique(sort(dataset)))
col_pal = c("white", viridis(n_values))
col_pal <- c("white", viridis(n_values))
output_function <- col_bin(col_pal, scale_limits, na.color="#808080")

rlog::log_warn("NA values will be coloured in grey")
Expand Down

0 comments on commit 2fe93dd

Please sign in to comment.