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

Commit 0238471

Browse files
committed
update image location
1 parent b0c4e09 commit 0238471

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

README.Rmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ knitr::opts_chunk$set(
2020
```
2121

2222
```{r, echo=FALSE, out.height = c("139px"), out.width = "120x" }
23-
knitr::include_graphics(c("inst/logo.png"))
23+
knitr::include_graphics(c("man/figures/logo.png"))
2424
```
2525

2626
```{r, echo=FALSE, out.height = c("58px"), out.width = c("155x", "129px", "202px", "219px")}
2727
knitr::include_graphics(c(
28-
"inst/svcf_logo.jpeg",
29-
"inst/czi_logo.png",
30-
"inst/bioconductor_logo.jpg",
31-
"inst/vca_logo.png"
28+
"man/figures/svcf_logo.jpeg",
29+
"man/figures/czi_logo.png",
30+
"man/figures/bioconductor_logo.jpg",
31+
"man/figures/vca_logo.png"
3232
))
3333
```
3434

@@ -190,7 +190,7 @@ get_metadata() |>
190190
```
191191

192192
```{r, echo=FALSE, message=FALSE, warning=FALSE}
193-
knitr::include_graphics("inst/NCAM1_figure.png")
193+
knitr::include_graphics("man/figures/NCAM1_figure.png")
194194
```
195195

196196
# Cell metadata

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ exploration and retrieval of the harmonised, curated and reannotated
1111
CELLxGENE single-cell human cell atlas. Data can be retrieved at cell,
1212
sample, or dataset levels based on filtering criteria.
1313

14-
<img src="inst/logo.png" width="120x" height="139px" />
14+
<img src="man/figures/logo.png" width="120x" height="139px" />
1515

16-
<img src="inst/svcf_logo.jpeg" width="155x" height="58px" /><img src="inst/czi_logo.png" width="129px" height="58px" /><img src="inst/bioconductor_logo.jpg" width="202px" height="58px" /><img src="inst/vca_logo.png" width="219px" height="58px" />
16+
<img src="man/figures/svcf_logo.jpeg" width="155x" height="58px" /><img src="man/figures/czi_logo.png" width="129px" height="58px" /><img src="man/figures/bioconductor_logo.jpg" width="202px" height="58px" /><img src="man/figures/vca_logo.png" width="219px" height="58px" />
1717

1818
[website](https://stemangiola.github.io/CuratedAtlasQueryR)
1919

@@ -69,18 +69,18 @@ get_metadata() |>
6969
dplyr::distinct(tissue, file_id)
7070
#> # Source: SQL [?? x 2]
7171
#> # Database: DuckDB 0.6.2-dev1166 [unknown@Linux 3.10.0-1160.81.1.el7.x86_64:R 4.2.0/:memory:]
72-
#> tissue file_id
73-
#> <chr> <chr>
74-
#> 1 blood 07beec85-51be-4d73-bb80-8f85b7b643d5
75-
#> 2 blood 3431ab62-b11d-445f-a461-1408d2b29f8c
76-
#> 3 blood 5500774a-6ebe-4ddf-adce-90302b7cd007
77-
#> 4 blood 550760cb-ede9-4e6b-b6ab-7152f2ce29e1
78-
#> 5 blood a0396bf6-cd6d-42d9-b1b5-c66b19d312ae
79-
#> 6 cortex of kidney a1035da5-137b-4fac-8435-d1e4af20851c
80-
#> 7 blood a139b1d6-eba0-484d-860c-4fb810e17615
81-
#> 8 prefrontal cortex 27e51147-93c7-40c5-a6a3-da4b203e05ba
82-
#> 9 macula lutea proper 28d54b40-7a92-40cf-b164-a6c3158f55f6
83-
#> 10 fovea centralis 28d54b40-7a92-40cf-b164-a6c3158f55f6
72+
#> tissue file_id
73+
#> <chr> <chr>
74+
#> 1 epithelial cell of alveolus of lung (cell culture) 0e8f9ce4-46e5-434e-9ca0-e…
75+
#> 2 peripheral zone of prostate 0f017e66-9c70-4d29-9435-2…
76+
#> 3 transition zone of prostate 0f017e66-9c70-4d29-9435-2…
77+
#> 4 superior frontal gyrus 0fe32cca-d111-42b6-9b93-b…
78+
#> 5 fovea centralis 100c44ed-f754-4d45-8649-d…
79+
#> 6 blood 1042ba0a-98c5-4816-897d-e…
80+
#> 7 telencephalon 3fe53a40-38ff-4f25-b33b-e…
81+
#> 8 kidney 69b67eef-43fd-40ff-8fd3-e…
82+
#> 9 blood 6a044711-8df7-4f88-bad7-f…
83+
#> 10 heart left ventricle 6a579758-a4b4-4f64-be54-4…
8484
#> # … with more rows
8585
```
8686

@@ -269,7 +269,7 @@ get_metadata() |>
269269
theme(axis.text.x = element_text(angle = 60, vjust = 1, hjust = 1))
270270
```
271271

272-
<img src="inst/NCAM1_figure.png" width="629" />
272+
<img src="man/figures/NCAM1_figure.png" width="629" />
273273

274274
# Cell metadata
275275

File renamed without changes.

vignettes/Introduction.Rmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ knitr::opts_chunk$set(
2323
```
2424

2525
```{r, echo=FALSE, out.height = c("139px"), out.width = "120x" }
26-
knitr::include_graphics(c("../inst/logo.png"))
26+
knitr::include_graphics(c("../man/figures/logo.png"))
2727
```
2828

2929
```{r, echo=FALSE, out.height = c("58px"), out.width = c("155x", "129px", "202px", "219px")}
3030
knitr::include_graphics(c(
31-
"../inst/svcf_logo.jpeg",
32-
"../inst/czi_logo.png",
33-
"../inst/bioconductor_logo.jpg",
34-
"../inst/vca_logo.png"
31+
"../man/figures/svcf_logo.jpeg",
32+
"../man/figures/czi_logo.png",
33+
"../man/figures/bioconductor_logo.jpg",
34+
"../man/figures/vca_logo.png"
3535
))
3636
```
3737

@@ -193,7 +193,7 @@ meta |>
193193
```
194194

195195
```{r, echo=FALSE, message=FALSE, warning=FALSE}
196-
knitr::include_graphics("../inst/NCAM1_figure.png")
196+
knitr::include_graphics("../man/figures/NCAM1_figure.png")
197197
```
198198

199199
# Cell metadata

0 commit comments

Comments
 (0)