Skip to content

Commit e73bbc1

Browse files
Merge pull request #32 from jaclyn-taroni/small-deg-plot
Update text size, plot size
2 parents 2ccb358 + d2ae632 commit e73bbc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

3A-small_n_differential_expression.R

100644100755
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ ggplot(jacc.df, aes(x = no.samples, y = jaccard, color = platform)) +
132132
ggtitle("Her2 vs. LumA FDR < 10%") +
133133
ylab("Jaccard similarity to standard") +
134134
xlab("Number of samples (n)") +
135-
scale_colour_manual(values = cbPalette[c(2, 3)])
135+
scale_colour_manual(values = cbPalette[c(2, 3)]) +
136+
theme(text = element_text(size = 18))
136137
ggsave(filename = file.path("plots",
137138
"small_n_Her2vLumA_50-50_jaccard_lineplots.pdf"),
138-
plot = last_plot())
139+
plot = last_plot(), width = 5, height = 7)

0 commit comments

Comments
 (0)