@@ -19,6 +19,12 @@ a network connection is required for most functionality.
1919
2020<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 " /><img src =" man/figures/nectar_logo.png " width =" 180px " height =" 58px " />
2121
22+ # Usage
23+
24+ The API has delivered more than 15Tb of data to the community in the first year. Thanks!
25+
26+ <img src =" man/figures/downloads.png " width =" 40% " />
27+
2228# Query interface
2329
2430## Installation
@@ -109,7 +115,7 @@ single_cell_counts =
109115
110116single_cell_counts
111117# > # A SingleCellExperiment-tibble abstraction: 1,571 × 57
112- # > # [90mFeatures=36229 | Cells=1571 | Assays=counts[0m
118+ # > # [90mFeatures=36229 | Cells=1571 | Assays=counts[0m
113119# > .cell sample_ cell_…¹ cell_…² confi…³ cell_…⁴ cell_…⁵ cell_…⁶ sampl…⁷ X_sam…⁸
114120# > <chr> <chr> <chr> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
115121# > 1 AGCG… 11a7dc… CD4-po… cd4 th1 3 cd4 tcm cd8 t th1 10b339… Donor_…
@@ -154,7 +160,7 @@ single_cell_counts =
154160
155161single_cell_counts
156162# > # A SingleCellExperiment-tibble abstraction: 1,571 × 57
157- # > # [90mFeatures=36229 | Cells=1571 | Assays=cpm[0m
163+ # > # [90mFeatures=36229 | Cells=1571 | Assays=cpm[0m
158164# > .cell sample_ cell_…¹ cell_…² confi…³ cell_…⁴ cell_…⁵ cell_…⁶ sampl…⁷ X_sam…⁸
159165# > <chr> <chr> <chr> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
160166# > 1 AGCG… 11a7dc… CD4-po… cd4 th1 3 cd4 tcm cd8 t th1 10b339… Donor_…
@@ -196,7 +202,7 @@ single_cell_counts =
196202
197203single_cell_counts
198204# > # A SingleCellExperiment-tibble abstraction: 1,571 × 57
199- # > # [90mFeatures=1 | Cells=1571 | Assays=cpm[0m
205+ # > # [90mFeatures=1 | Cells=1571 | Assays=cpm[0m
200206# > .cell sample_ cell_…¹ cell_…² confi…³ cell_…⁴ cell_…⁵ cell_…⁶ sampl…⁷ X_sam…⁸
201207# > <chr> <chr> <chr> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
202208# > 1 AGCG… 11a7dc… CD4-po… cd4 th1 3 cd4 tcm cd8 t th1 10b339… Donor_…
@@ -293,17 +299,7 @@ HLA-A across all tissues
293299 #> ℹ Downloading 0 files, totalling 0 GB
294300 #> ℹ Reading files.
295301 #> ℹ Compiling Single Cell Experiment.
296- #> Warning: Transformation introduced infinite values in continuous y-axis
297- #> Warning in min(x): no non-missing arguments to min; returning Inf
298- #> Warning in max(x): no non-missing arguments to max; returning -Inf
299-
300- ![ ] ( /stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-14-1.png ) <!-- -->
301302
302- #> Warning: Transformation introduced infinite values in continuous y-axis
303- #> Warning in min(x): no non-missing arguments to min; returning Inf
304- #> Warning in max(x): no non-missing arguments to max; returning -Inf
305-
306- ![ ] ( /stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-14-2.png ) <!-- -->
307303
308304``` r
309305library(tidySingleCellExperiment )
@@ -314,8 +310,6 @@ counts |>
314310 geom_jitter(shape = " ." )
315311```
316312
317- ![ ] ( /stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-15-1.png ) <!-- -->
318-
319313![ ] ( man/figures/HLA_A_disease_plot.png ) <!-- -->
320314
321315``` r
@@ -338,8 +332,6 @@ metadata |>
338332# > ℹ Compiling Single Cell Experiment.
339333```
340334
341- ![ ] ( /stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-17-1.png ) <!-- -->
342-
343335![ ] ( man/figures/HLA_A_tissue_plot.png ) <!-- -->
344336
345337## Obtain Unharmonised Metadata
0 commit comments