Browse code

Reduces the size of gene symbol labels

Shians authored on 23/05/2023 07:30:24
Showing 1 changed files

... ...
@@ -153,7 +153,7 @@ plot_gene_annotation <- function(exons_df, plot_start, plot_end) {
153 153
             aes(x = .data$gene_middle, y = .data$y_offset + 0.8, label = .data$symbol),
154 154
             data = gene_labels,
155 155
             hjust = "center",
156
-            size = ggplot2::rel(3.5)
156
+            size = ggplot2::rel(2.5)
157 157
         )
158 158
     }
159 159