Skip to content

Commit 51408b3

Browse files
committed
update README
Merge branch 'improve-boxplot' of https://github.com/MangiolaLaboratory/sccomp into improve-boxplot # Conflicts: # inst/figures/unnamed-chunk-11-1.png # inst/figures/unnamed-chunk-12-1.png # inst/figures/unnamed-chunk-13-1.png # inst/figures/unnamed-chunk-14-1.png
2 parents 4de852c + 9565e33 commit 51408b3

10 files changed

+213
-177
lines changed

R/methods.R

+2-6
Original file line numberDiff line numberDiff line change
@@ -2015,13 +2015,9 @@ else {
20152015
# If discrete
20162016
else
20172017
my_plot =
2018-
plot_boxplot(
2018+
sccomp_boxplot(
20192019
.data = x,
2020-
data_proportion = data_proportion,
2021-
factor_of_interest = .x,
2022-
.cell_group = !!.cell_group,
2023-
.sample = !!.sample,
2024-
my_theme = multipanel_theme,
2020+
factor = .x,
20252021
significance_threshold = significance_threshold
20262022
)
20272023

R/utilities.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,7 @@ plot_boxplot = function(
22012201
scale_fill_discrete(na.value = "white") +
22022202
xlab("Biological condition") +
22032203
ylab("Cell-group proportion") +
2204-
guides(color="none", alpha="none", size="none") +
2204+
guides( alpha="none", size="none") +
22052205
labs(fill="Significant difference") +
22062206
my_theme +
22072207
theme(axis.text.x = element_text(angle=20, hjust = 1), title = element_text(size = 3))

README.md

+210-170
Large diffs are not rendered by default.

inst/figures/unnamed-chunk-12-1.png

1.5 KB
Loading

inst/figures/unnamed-chunk-13-1.png

59.7 KB
Loading

inst/figures/unnamed-chunk-14-1.png

15.5 KB
Loading

inst/figures/unnamed-chunk-15-1.png

-3.93 KB
Loading

inst/figures/unnamed-chunk-27-1.png

30.5 KB
Loading

inst/figures/unnamed-chunk-28-1.png

-38.8 KB
Loading

inst/figures/unnamed-chunk-29-1.png

79.6 KB
Loading

0 commit comments

Comments
 (0)