Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 63419a1

Browse files
authored
Merge pull request #81 from stemangiola/README-and-docs
fix images
2 parents 4b08621 + 8d5bc82 commit 63419a1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ get_metadata() |>
177177
theme_bw() +
178178
theme(axis.text.x = element_text(angle = 60, vjust = 1, hjust = 1)) +
179179
xlab("Disease") +
180-
ggtitle("HLA-A in CD14 monocytes. Coloured by dataset")
180+
ggtitle("HLA-A in CD14 monocytes by disease")
181181
182182
# Plot by tissue
183183
get_metadata() |>
@@ -204,8 +204,8 @@ get_metadata() |>
204204
scale_y_log10() +
205205
theme_bw() +
206206
theme(axis.text.x = element_text(angle = 60, vjust = 1, hjust = 1)) +
207-
xlab("Disease") +
208-
ggtitle("HLA-A in CD14 monocytes. Coloured by dataset")
207+
xlab("Tissue") +
208+
ggtitle("HLA-A in CD14 monocytes by tissue")
209209
210210
```
211211

man/figures/HLA_A_disease_plot.png

1.64 KB
Loading

man/figures/HLA_A_tissue_plot.png

-1.49 KB
Loading

vignettes/Introduction.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ get_metadata() |>
197197
theme_bw() +
198198
theme(axis.text.x = element_text(angle = 60, vjust = 1, hjust = 1)) +
199199
xlab("Disease") +
200-
ggtitle("HLA-A in CD14 monocytes. Coloured by dataset")
200+
ggtitle("HLA-A in CD14 monocytes by disease")
201201
202202
# Plot by tissue
203203
get_metadata() |>
@@ -224,8 +224,8 @@ get_metadata() |>
224224
scale_y_log10() +
225225
theme_bw() +
226226
theme(axis.text.x = element_text(angle = 60, vjust = 1, hjust = 1)) +
227-
xlab("Disease") +
228-
ggtitle("HLA-A in CD14 monocytes. Coloured by dataset")
227+
xlab("Tissue") +
228+
ggtitle("HLA-A in CD14 monocytes by tissue")
229229
230230
```
231231

0 commit comments

Comments
 (0)