Skip to content

Commit 8369f3f

Browse files
committed
pull
Merge branch 'fixes-for-HCA' of https://github.com/MangiolaLaboratory/sccomp into fixes-for-HCA # Conflicts: # LICENSE # R/utilities.R
2 parents 80d34d4 + ef97132 commit 8369f3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -678,3 +678,4 @@ Public License instead of this License. But first, please read
678678
YEAR: 2024
679679
COPYRIGHT HOLDER: sccomp authors
680680

681+

R/utilities.R

-3
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,6 @@ data_spread_to_model_input =
13191319
y_proportion = y[0,,drop = FALSE]
13201320
}
13211321

1322-
13231322
data_for_model =
13241323
list(
13251324
N = .data_spread %>% nrow(),
@@ -2636,7 +2635,6 @@ get_abundance_contrast_draws = function(.data, contrasts){
26362635
draws = tibble()
26372636

26382637

2639-
26402638
# Abundance
26412639
draws = draws |> select(-.variable)
26422640

@@ -2939,7 +2937,6 @@ get_variability_contrast_draws = function(.data, contrasts){
29392937
draws |>
29402938
pivot_wider(names_from = C, values_from = .value) %>%
29412939
setNames(colnames(.)[1:5] |> c(variability_factor_of_interest)) |>
2942-
29432940
select( -.variable)
29442941

29452942
# If I have constrasts calculate

0 commit comments

Comments
 (0)