Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: geneSLOPE
Type: Package
Title: Genome-Wide Association Study with SLOPE
Version: 0.38.3
Date: 2025-06-19
Version: 0.38.4
Date: 2025-08-19
Authors@R: c(person("Damian", "Brzyski", role = "aut"),
person("Christine", "Peterson", role = "aut"),
person("Emmanuel J.", "Candes", role = "aut"),
Expand All @@ -23,7 +23,7 @@ Depends:
R (>= 3.1.3),
SLOPE
Imports:
ggplot2,
ggplot2 (>= 3.4.0),
bigmemory,
grid,
utils,
Expand Down
2 changes: 1 addition & 1 deletion R/clumpingResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ clumping_theme <- theme(panel.background=element_blank(),
panel.grid.major.y=element_line(colour = "grey80"),
panel.grid.minor.y=element_line(colour = "grey90"),
panel.grid.major.x=element_blank(),
panel.grid.minor.x=element_line(colour = "grey70", linetype = "dotted", size=0.5),
panel.grid.minor.x=element_line(colour = "grey70", linetype = "dotted", linewidth=0.5),
axis.ticks.x=element_blank(),
legend.text = element_text(size=15),
legend.position="top",
Expand Down
2 changes: 1 addition & 1 deletion R/geneSLOPE.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' one representative (therefore we ensure that variables in linear model
#' are not strognly correlated)
#' }
#' Version: 0.38.3
#' Version: 0.38.4
#'
#' @name geneSLOPE
#' @aliases geneSLOPE-package
Expand Down
2 changes: 1 addition & 1 deletion R/selectionResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ slope_result_theme <- theme(
panel.grid.major.x=element_blank(),
panel.grid.minor.x=element_line(colour = "grey70",
linetype = "dotted",
size=0.5),
linewidth=0.5),
axis.ticks.x=element_blank(),
legend.text = element_text(size=15),
legend.position="bottom",
Expand Down
2 changes: 1 addition & 1 deletion man/geneSLOPE.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading