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

Commit e28199a

Browse files
committed
update README DESCRIPTION and Vignettes
1 parent cddf628 commit e28199a

File tree

8 files changed

+112
-26
lines changed

8 files changed

+112
-26
lines changed

DESCRIPTION

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,56 @@ Authors@R: c(
88
"Mangiola",
99
email = "[email protected]",
1010
role = c("aut", "cre")
11+
),
12+
person(
13+
"Michael",
14+
"Milton",
15+
email = "[email protected]",
16+
role = c("aut", "rev")
17+
),
18+
person(
19+
"Martin",
20+
"Morgan",
21+
email = "",
22+
role = c("ctb", "rev")
23+
),
24+
person(
25+
"Vincent",
26+
"Carey",
27+
email = "",
28+
role = c("ctb", "rev")
29+
),
30+
person(
31+
"Julie",
32+
"Iskander",
33+
email = "",
34+
role = c( "rev")
35+
),
36+
person(
37+
"Tony",
38+
"Papenfuss",
39+
email = "",
40+
role = c( "rev")
41+
),
42+
person(
43+
"Silicon Valley Foundation",
44+
"CZF2019-002443",
45+
role = c( "fnd")
46+
),
47+
person(
48+
"NIH NHGRI",
49+
"5U24HG004059-18",
50+
role = c( "fnd")
51+
),
52+
person(
53+
"Victoria Cancer Agnency",
54+
"ECRF21036",
55+
role = c( "fnd")
56+
),
57+
person(
58+
"NHMRC",
59+
"1116955",
60+
role = c( "fnd")
1161
))
1262
Description: Provides access to a copy of the Human Cell Atlas, but with
1363
harmonised metadata. This allows for uniform querying across numerous

README.Rmd

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ output: github_document
55

66
`CuratedAtlasQuery` is a query interface that allow the programmatic exploration and retrieval of the harmonised, curated and reannotated CELLxGENE single-cell human cell atlas. Data can be retrieved at cell, sample, or dataset levels based on filtering criteria.
77

8-
[website](https://stemangiola.github.io/CuratedAtlasQueryR)
9-
10-
# Query interface
11-
128
```{r, include = FALSE}
139
# Note: knit this to the repo readme file using:
1410
# rmarkdown::render("vignettes/readme.Rmd", output_format = "github_document", output_dir = getwd())
@@ -18,8 +14,27 @@ knitr::opts_chunk$set(
1814
)
1915
```
2016

21-
```{r, echo=FALSE, out.height = "139px", out.width = "120px"}
22-
knitr::include_graphics("inst/logo.png")
17+
```{r, echo=FALSE, out.height = c("139px"), out.width = "120x" }
18+
knitr::include_graphics(c("inst/logo.png"))
19+
```
20+
21+
```{r, echo=FALSE, out.height = c("58px"), out.width = c("155x", "129px", "202px", "219px")}
22+
knitr::include_graphics(c(
23+
"inst/svcf_logo.jpeg",
24+
"inst/czi_logo.png",
25+
"inst/bioconductor_logo.jpg",
26+
"inst/vca_logo.png"
27+
))
28+
```
29+
30+
[website](https://stemangiola.github.io/CuratedAtlasQueryR)
31+
32+
# Query interface
33+
34+
## Installation
35+
36+
```{r, eval=FALSE}
37+
devtools::install_github("stemangiola/CuratedAtlasQueryR")
2338
```
2439

2540
## Load the package

README.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ exploration and retrieval of the harmonised, curated and reannotated
66
CELLxGENE single-cell human cell atlas. Data can be retrieved at cell,
77
sample, or dataset levels based on filtering criteria.
88

9+
<img src="inst/logo.png" width="120x" height="139px" />
10+
11+
<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" />
12+
913
[website](https://stemangiola.github.io/CuratedAtlasQueryR)
1014

1115
# Query interface
1216

13-
<img src="inst/logo.png" width="120px" height="139px" />
17+
## Installation
18+
19+
``` r
20+
devtools::install_github("stemangiola/CuratedAtlasQueryR")
21+
```
1422

1523
## Load the package
1624

@@ -56,18 +64,18 @@ get_metadata() |>
5664
dplyr::distinct(tissue, file_id)
5765
#> # Source: SQL [?? x 2]
5866
#> # Database: DuckDB 0.6.2-dev1166 [unknown@Linux 3.10.0-1160.81.1.el7.x86_64:R 4.2.0/:memory:]
59-
#> tissue file_id
60-
#> <chr> <chr>
61-
#> 1 prefrontal cortex 27e51147-93c7-40c5-a6a3-da4b203e05ba
62-
#> 2 macula lutea proper 28d54b40-7a92-40cf-b164-a6c3158f55f6
63-
#> 3 fovea centralis 28d54b40-7a92-40cf-b164-a6c3158f55f6
64-
#> 4 peripheral region of retina 28d54b40-7a92-40cf-b164-a6c3158f55f6
65-
#> 5 heart left ventricle 29027c24-8042-4eef-b3f1-62089f197e38
66-
#> 6 cortex of kidney 2977b3fa-e4d6-4929-8540-ae12d33a3c53
67-
#> 7 blood 343f46f2-7cdd-4da8-bc7f-50a18b2c0e8e
68-
#> 8 bone marrow 343f46f2-7cdd-4da8-bc7f-50a18b2c0e8e
69-
#> 9 kidney 343f46f2-7cdd-4da8-bc7f-50a18b2c0e8e
70-
#> 10 large intestine 343f46f2-7cdd-4da8-bc7f-50a18b2c0e8e
67+
#> tissue file_id
68+
#> <chr> <chr>
69+
#> 1 lung 09132373-0ea7-4d8b-add8-9b0717781109
70+
#> 2 bronchus 09132373-0ea7-4d8b-add8-9b0717781109
71+
#> 3 cortex of kidney 670b45b1-80d9-4573-9c0b-fdc22784ef04
72+
#> 4 renal medulla 670b45b1-80d9-4573-9c0b-fdc22784ef04
73+
#> 5 colon 7bff556a-2448-4a32-8097-caad9d1a9a11
74+
#> 6 duodeno-jejunal junction 7bff556a-2448-4a32-8097-caad9d1a9a11
75+
#> 7 ileum 7bff556a-2448-4a32-8097-caad9d1a9a11
76+
#> 8 heart left ventricle 7c2ffd6d-9b5a-45ef-bd9d-fcfc21cd20c1
77+
#> 9 superior frontal gyrus 7c3ecfef-155d-4cb9-a049-089b63c45b44
78+
#> 10 renal medulla 7d0faf2c-623f-48b9-8159-ecc9797df96f
7179
#> # … with more rows
7280
```
7381

inst/bioconductor_logo.jpg

77.3 KB
Loading

inst/czi_logo.png

57 KB
Loading

inst/svcf_logo.jpeg

18.4 KB
Loading

inst/vca_logo.png

18.6 KB
Loading

vignettes/Introduction.Rmd

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ vignette: >
99

1010
`CuratedAtlasQuery` is a query interface that allow the programmatic exploration and retrieval of the harmonised, curated and reannotated CELLxGENE single-cell human cell atlas. Data can be retrieved at cell, sample, or dataset levels based on filtering criteria.
1111

12-
# Query interface
13-
1412
```{r, include = FALSE}
1513
# Note: knit this to the repo readme file using:
1614
# rmarkdown::render("vignettes/readme.Rmd", output_format = "github_document", output_dir = getwd())
@@ -20,9 +18,25 @@ knitr::opts_chunk$set(
2018
)
2119
```
2220

23-
```{r, echo=FALSE, out.height = "139px", out.width = "120px"}
24-
system.file("logo.png", package="CuratedAtlasQueryR") |>
25-
knitr::include_graphics()
21+
```{r, echo=FALSE, out.height = c("139px"), out.width = "120x" }
22+
knitr::include_graphics(c("../inst/logo.png"))
23+
```
24+
25+
```{r, echo=FALSE, out.height = c("58px"), out.width = c("155x", "129px", "202px", "219px")}
26+
knitr::include_graphics(c(
27+
"../inst/svcf_logo.jpeg",
28+
"../inst/czi_logo.png",
29+
"../inst/bioconductor_logo.jpg",
30+
"../inst/vca_logo.png"
31+
))
32+
```
33+
34+
# Query interface
35+
36+
## Installation
37+
38+
```{r}
39+
devtools::install_github("stemangiola/CuratedAtlasQueryR")
2640
```
2741

2842
## Load the package
@@ -175,8 +189,7 @@ meta |>
175189
```
176190

177191
```{r, echo=FALSE, message=FALSE, warning=FALSE}
178-
system.file("NCAM1_figure.png", package="CuratedAtlasQueryR") |>
179-
knitr::include_graphics()
192+
knitr::include_graphics("../inst/NCAM1_figure.png")
180193
```
181194

182195
# Cell metadata

0 commit comments

Comments
 (0)