diff --git a/DESCRIPTION b/DESCRIPTION index 038dbfe..dcba0fc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: geposan Title: Gene Position Analysis -Version: 1.1.0 +Version: 1.0.1 Authors@R: person( "Elias", @@ -28,7 +28,9 @@ Imports: rlang, progress Suggests: + biomaRt, + httr, plotly, rlog, - RMariaDB, + stringr, usethis diff --git a/R/plots.R b/R/plots.R index 7971c10..706a4ed 100644 --- a/R/plots.R +++ b/R/plots.R @@ -718,9 +718,8 @@ plot_scores_by_position <- function(ranking, "Percentile: {round(percentile * 100, digits = 2)}%" ), marker = list( - size = 3, - color = "#919191", - opacity = 0.5 + color = base_color(), + size = 5 ), hoverinfo = "text" ) |>