Skip to content

Commit

Permalink
Style Rmds
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 1, 2023
1 parent 42bd17b commit 61b5ae6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ test.gene <- refine.bio.df %>%
# Make a dataframe with the group information
box.plot <- data.frame(test.gene, subgroup = metadata$subgroup) %>%
# Use ggplot2 to make a boxplot from this info
ggplot(., aes(x = subgroup, y = test.gene)) +
geom_boxplot() +
Expand Down

0 comments on commit 61b5ae6

Please sign in to comment.