Skip to content

Commit

Permalink
remove alternative way of counting
Browse files Browse the repository at this point in the history
  • Loading branch information
vladpetyuk committed Nov 11, 2024
1 parent 254a903 commit 5cd8fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 1a-final_intensity_pipeline.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ x_expr <- x %>%
x_feat <- x %>%
group_by(Gene, pcGroup, CV, fraction, feature_name) %>%
dplyr::summarize(median_intensity = median(Intensity),
count = n(),
.groups = "keep") %>%
ungroup() %>%
left_join(x_meta, by=c("Gene","pcGroup")) %>%
Expand Down

0 comments on commit 5cd8fa8

Please sign in to comment.