From fe4412686f7208b42fc268f0caa60e52991e93a5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 30 Sep 2024 15:44:56 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : c0d42dd11410842bfeda4c62266b0f4f3138e905 Branch : md-outputs Author : GitHub Actions Time : 2024-09-30 15:43:53 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : cd3de4f013a58e22018f9d23d34f55da626a90f0 Branch : main Author : Andrew Ghazi <6763470+andrewGhazi@users.noreply.github.com> Time : 2024-09-30 15:12:56 +0000 Message : Merge pull request #45 from ccb-hms/hca_refresh hca_refresh question titles --- aio.html | 104 +++++++++--------- ...-12_ff65ff8596c60eb7d0bdd5aeedfe9718.RData | Bin 0 -> 2850 bytes ...nk-12_ff65ff8596c60eb7d0bdd5aeedfe9718.rdb | Bin 0 -> 25211 bytes ...nk-12_ff65ff8596c60eb7d0bdd5aeedfe9718.rdx | Bin 0 -> 152 bytes ...-19_b12335fcd30dae61f9fefec6176876c8.RData | Bin 0 -> 2773 bytes ...nk-19_b12335fcd30dae61f9fefec6176876c8.rdb | 0 ...nk-19_b12335fcd30dae61f9fefec6176876c8.rdx | Bin 0 -> 125 bytes ...-21_81720bcf9caf24fb5eaa8c1c7e296ee8.RData | Bin 0 -> 3162 bytes ...nk-21_81720bcf9caf24fb5eaa8c1c7e296ee8.rdb | 0 ...nk-21_81720bcf9caf24fb5eaa8c1c7e296ee8.rdx | Bin 0 -> 125 bytes cell_type_annotation.html | 20 ++-- hca.html | 62 ++++++----- instructor/aio.html | 104 +++++++++--------- instructor/cell_type_annotation.html | 20 ++-- instructor/hca.html | 62 ++++++----- instructor/intro-sce.html | 12 +- instructor/multi-sample.html | 14 +-- intro-sce.html | 12 +- md5sum.txt | 2 +- multi-sample.html | 14 +-- pkgdown.yml | 2 +- 21 files changed, 226 insertions(+), 202 deletions(-) create mode 100644 cache/unnamed-chunk-12_ff65ff8596c60eb7d0bdd5aeedfe9718.RData create mode 100644 cache/unnamed-chunk-12_ff65ff8596c60eb7d0bdd5aeedfe9718.rdb create mode 100644 cache/unnamed-chunk-12_ff65ff8596c60eb7d0bdd5aeedfe9718.rdx create mode 100644 cache/unnamed-chunk-19_b12335fcd30dae61f9fefec6176876c8.RData create mode 100644 cache/unnamed-chunk-19_b12335fcd30dae61f9fefec6176876c8.rdb create mode 100644 cache/unnamed-chunk-19_b12335fcd30dae61f9fefec6176876c8.rdx create mode 100644 cache/unnamed-chunk-21_81720bcf9caf24fb5eaa8c1c7e296ee8.RData create mode 100644 cache/unnamed-chunk-21_81720bcf9caf24fb5eaa8c1c7e296ee8.rdb create mode 100644 cache/unnamed-chunk-21_81720bcf9caf24fb5eaa8c1c7e296ee8.rdx diff --git a/aio.html b/aio.html index 51b8bf2..814e28d 100644 --- a/aio.html +++ b/aio.html @@ -590,7 +590,7 @@

Challenge

-
+

Here we assign the sixth sample to sce6:

@@ -735,7 +735,7 @@

Challenge

-
+

Here we add a column called “conservation” that is just an integer sequence from 1 to the number of genes.

@@ -815,7 +815,7 @@

Exercise 1

-
+

The SingleCellExperiment constructor function can be used to create a new SingleCellExperiment object.

@@ -828,7 +828,7 @@

Give me a hint

-
+

R @@ -881,7 +881,7 @@

Exercise 2

-
+

R @@ -935,7 +935,7 @@

Extension Challenge 1

-
+
  1. You have to do tons of book-keeping! If you perform a QC step @@ -2727,7 +2727,7 @@

    Challenge

    -
    +

    We see in the help documentation for ?clusterCells that all of the clustering algorithm details are handled through the @@ -2924,7 +2924,7 @@

    Challenge

    -
    +

    You can see that at least among the top markers, cluster 6 (pale green) tends to have the least separation from cluster 1.

    @@ -3222,7 +3222,7 @@

    Challenge

    -
    +

    R @@ -3486,7 +3486,7 @@

    Challenge

    -
    +

    R @@ -4526,7 +4526,7 @@

    Exercise 1: Clustering

    -
    +

    The NNGraphParam constructor has an argument cluster.args. This allows to specify arguments passed on to @@ -4543,7 +4543,7 @@

    Give me a hint

    -
    +

    R @@ -4582,7 +4582,7 @@

    Exercise 2: Reference marker genes

    -
    +

    R @@ -4655,7 +4655,7 @@

    Extension Challenge 1: Group pair comparisons

    -
    +

    One important reason why is because averages over all other clusters can be sensitive to the cell type composition. If a rare cell type shows @@ -4689,7 +4689,7 @@

    Extension Challenge 2: Parallelizing SingleR

    -
    +

    Use BiocParallel and the BPPARAM argument! This example will set it to use four cores on your laptop, but you can @@ -4731,7 +4731,7 @@

    Extension Challenge 3: Critical inspection of diagnost -
    +

    The example that jumps out most strongly to the eye is ExE endoderm, which doesn’t show clear separate modes. Simultaneously, Endothelium @@ -5024,7 +5024,7 @@

    Challenge

    -
    +

    Samples 5 and 6 were from the same “pool” of cells. Looking at the documentation for the dataset under ?WTChimeraData we see @@ -5090,7 +5090,7 @@

    Challenge

    -
    +

    It’s important to have multiple samples within each experimental group because it helps the batch effect correction algorithm distinguish @@ -5544,7 +5544,7 @@

    Challenge

    -
    +

    “logFC” stands for log fold-change. Rather than reporting e.g. a 5-fold increase, it’s better to report a logFC of log(5) = 1.61. @@ -5870,7 +5870,7 @@

    Exercise 1: Replicates

    -
    +

    Remember, you can subset SingleCellExperiments with logical indices, just like a matrix. You can also access their column data with the @@ -5884,7 +5884,7 @@

    Give me a hint

    -
    +

    R @@ -5921,7 +5921,7 @@

    Exercise 2:

    -
    +

    You can just hand pheatmap() a matrix as its only argument. It has a million options, but the defaults are usually pretty @@ -5935,7 +5935,7 @@

    Give me a hint

    -
    +

    R @@ -7251,7 +7251,7 @@

    Key Points

    any links that you are not going to use. -->

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


    -

    Last updated on 2024-09-24 | +

    Last updated on 2024-09-30 | Edit this page

    @@ -7427,7 +7427,7 @@

    OUTPUT