diff --git a/aio.html b/aio.html index 7f04cd9..2148e88 100644 --- a/aio.html +++ b/aio.html @@ -3228,7 +3228,7 @@

Exercise 1: Clustering

limma package to identify GO BP terms that are overrepresented in the list of @@ -3289,7 +3289,7 @@

Give me a hint

-
+

TODO

@@ -3320,7 +3320,7 @@

Exercise 3: Workflow

HDF5Array @@ -5369,7 +5369,7 @@

Give me a hint

-
+

TODO

@@ -5397,7 +5397,7 @@

Exercise 2: Parallelization

Content from Accessing data from the Human Cell Atlas (HCA)


-

Last updated on 2024-04-09 | +

Last updated on 2024-04-18 | Edit this page

@@ -5497,7 +5497,8 @@

Overview

Questions

    -
  • TODO
  • +
  • How to obtain comprehensive single-cell reference maps from the +Human Cell Atlas?
@@ -5507,7 +5508,12 @@

Questions

Objectives

    -
  • TODO
  • +
  • Learn about different resources for public single-cell RNA-seq +data.
  • +
  • Learn how to access data from the Human Cell Atlas using the +CuratedAtlasQueryR package.
  • +
  • Learn how to query for cells of interest and how to download them +into a SingleCellExperiment object.
@@ -5571,11 +5577,7 @@

The CuratedAtlasQueryR Project -

ERROR -

-
Error in knitr::include_graphics("figures/HCA_sccomp_SUPPLEMENTARY_technical_cartoon_curatedAtlasQuery.png"): Cannot find the file(s): "figures/HCA_sccomp_SUPPLEMENTARY_technical_cartoon_curatedAtlasQuery.png"
-

+

Data Sources in R / Bioconductor @@ -5616,20 +5618,20 @@

Data Sources in R / Bioconductor

Installation

-
+

R

 if (!requireNamespace("BiocManager", quietly = TRUE))
     install.packages("BiocManager")
 
-BiocManager::install("stemangiola/CuratedAtlasQueryR")
+BiocManager::install("CuratedAtlasQueryR")

Package load

-
+

R

@@ -5644,25 +5646,15 @@ 

HCA Metadata +

R

 metadata <- get_metadata(remote_url = CuratedAtlasQueryR::SAMPLE_DATABASE_URL)
-
-

OUTPUT -

-
ℹ Downloading 1 file, totalling 0 GB
-
-
-

OUTPUT -

-
ℹ Downloading https://object-store.rc.nectar.org.au/v1/AUTH_06d6e008e3e642da99d806ba3ea629c5/metadata/sample_metadata.0.2.3.parquet to /home/runner/.cache/R/CuratedAtlasQueryR/metadata.0.2.3.parquet
-

Get a view of the first 10 columns in the metadata with glimpse

-
+

R

@@ -5675,7 +5667,7 @@ 

OUTPUT