Compare commits

..

No commits in common. "main" and "v1.0.1" have entirely different histories.
main ... v1.0.1

2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
Package: geposan Package: geposan
Title: Gene Position Analysis Title: Gene Position Analysis
Version: 1.1.0 Version: 1.0.1
Authors@R: Authors@R:
person( person(
"Elias", "Elias",
@ -28,7 +28,9 @@ Imports:
rlang, rlang,
progress progress
Suggests: Suggests:
biomaRt,
httr,
plotly, plotly,
rlog, rlog,
RMariaDB, stringr,
usethis usethis

View file

@ -718,9 +718,8 @@ plot_scores_by_position <- function(ranking,
"Percentile: {round(percentile * 100, digits = 2)}%" "Percentile: {round(percentile * 100, digits = 2)}%"
), ),
marker = list( marker = list(
size = 3, color = base_color(),
color = "#919191", size = 5
opacity = 0.5
), ),
hoverinfo = "text" hoverinfo = "text"
) |> ) |>