Skip to content

Commit

Permalink
add usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Jul 11, 2024
1 parent f2950d2 commit 626e0a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ a network connection is required for most functionality.

<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" />

# Usage

The API has delivered more than 15Tb of data to the community in the first year. Thanks!

<img src="man/figures/downloads.png" width="40%" />

# Query interface

## Installation
Expand Down Expand Up @@ -109,7 +115,7 @@ single_cell_counts =

single_cell_counts
#> # A SingleCellExperiment-tibble abstraction: 1,571 × 57
#> # Features=36229 | Cells=1571 | Assays=counts
#> # [90mFeatures=36229 | Cells=1571 | Assays=counts[0m
#> .cell sample_ cell_…¹ cell_…² confi…³ cell_…⁴ cell_…⁵ cell_…⁶ sampl…⁷ X_sam…⁸
#> <chr> <chr> <chr> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
#> 1 AGCG… 11a7dc… CD4-po… cd4 th1 3 cd4 tcm cd8 t th1 10b339… Donor_…
Expand Down Expand Up @@ -154,7 +160,7 @@ single_cell_counts =

single_cell_counts
#> # A SingleCellExperiment-tibble abstraction: 1,571 × 57
#> # Features=36229 | Cells=1571 | Assays=cpm
#> # [90mFeatures=36229 | Cells=1571 | Assays=cpm[0m
#> .cell sample_ cell_…¹ cell_…² confi…³ cell_…⁴ cell_…⁵ cell_…⁶ sampl…⁷ X_sam…⁸
#> <chr> <chr> <chr> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
#> 1 AGCG… 11a7dc… CD4-po… cd4 th1 3 cd4 tcm cd8 t th1 10b339… Donor_…
Expand Down Expand Up @@ -196,7 +202,7 @@ single_cell_counts =

single_cell_counts
#> # A SingleCellExperiment-tibble abstraction: 1,571 × 57
#> # Features=1 | Cells=1571 | Assays=cpm
#> # [90mFeatures=1 | Cells=1571 | Assays=cpm[0m
#> .cell sample_ cell_…¹ cell_…² confi…³ cell_…⁴ cell_…⁵ cell_…⁶ sampl…⁷ X_sam…⁸
#> <chr> <chr> <chr> <chr> <dbl> <chr> <chr> <chr> <chr> <chr>
#> 1 AGCG… 11a7dc… CD4-po… cd4 th1 3 cd4 tcm cd8 t th1 10b339… Donor_…
Expand Down Expand Up @@ -293,17 +299,7 @@ HLA-A across all tissues
#> ℹ Downloading 0 files, totalling 0 GB
#> ℹ Reading files.
#> ℹ Compiling Single Cell Experiment.
#> Warning: Transformation introduced infinite values in continuous y-axis
#> Warning in min(x): no non-missing arguments to min; returning Inf
#> Warning in max(x): no non-missing arguments to max; returning -Inf

![](/stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-14-1.png)<!-- -->

#> Warning: Transformation introduced infinite values in continuous y-axis
#> Warning in min(x): no non-missing arguments to min; returning Inf
#> Warning in max(x): no non-missing arguments to max; returning -Inf

![](/stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-14-2.png)<!-- -->

``` r
library(tidySingleCellExperiment)
Expand All @@ -314,8 +310,6 @@ counts |>
geom_jitter(shape=".")
```

![](/stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-15-1.png)<!-- -->

![](man/figures/HLA_A_disease_plot.png)<!-- -->

``` r
Expand All @@ -338,8 +332,6 @@ metadata |>
#> ℹ Compiling Single Cell Experiment.
```

![](/stornext/Home/data/allstaff/m/milton.m/HCAquery/README_files/figure-gfm/unnamed-chunk-17-1.png)<!-- -->

![](man/figures/HLA_A_tissue_plot.png)<!-- -->

## Obtain Unharmonised Metadata
Expand Down
Binary file added man/figures/downloads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 626e0a9

Please sign in to comment.