@@ -149,3 +149,25 @@ ggsave("structure_plot_newsgroups_topics.png",p1,
149
149
ggsave("structure_plot_other_topics.png",p2,
150
150
height = 2,width = 8,dpi = 200,bg = "white")
151
151
```
152
+
153
+ ### Annotation of the factors using "distinctive words"
154
+
155
+ ADD TEXT HERE.
156
+
157
+ ``` {r volcano-plot-k1, fig.height=3.5, fig.width=4.5}
158
+ volcano_plot(de_le,k = "k1",ymax = 30)
159
+ ```
160
+
161
+ ADD MORE TEXT HERE.
162
+
163
+ ``` {r more-volcano-plots, fig.height=9, fig.width=7}
164
+ plot_grid(volcano_plot(de_le,k = "k3") + guides(color = "none"),
165
+ volcano_plot(de_le,k = "k6") + guides(color = "none"),
166
+ volcano_plot(de_le,k = "k7",ymax = 30) + guides(color = "none"),
167
+ volcano_plot(de_le,k = "k8",ymax = 60) + guides(color = "none"),
168
+ volcano_plot(de_le,k = "k9",ymax = 40) + guides(color = "none"),
169
+ volcano_plot(de_le,k = "k10",ymax = 40) + guides(color = "none"),
170
+ nrow = 3,ncol = 2)
171
+ ```
172
+
173
+ TO DO NEXT: Generate "distinctive feature" scatterplots.
0 commit comments