Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : b20b71c
Branch  : main
Author  : Andrew Ghazi <[email protected]>
Time    : 2024-09-16 18:57:37 +0000
Message : Merge pull request #39 from ccb-hms/repetition_exercises

add newline
  • Loading branch information
actions-user committed Sep 16, 2024
1 parent fca6e08 commit eae13a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion intro-sce.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ Depending on the object, slots can contain different types of data (e.g., numeri

:::: challenge

Try to get the data for a different sample from `WTChimeraData` (other than the fifth one)
Try to get the data for a different sample from `WTChimeraData` (other than the fifth one).

::: solution

Here we assign the sixth sample to `sce6`:
Expand All @@ -157,6 +158,7 @@ sce6 <- WTChimeraData(samples = 6)

sce6
```

:::

::::
Expand Down Expand Up @@ -351,6 +353,7 @@ Combining two objects: The `MouseGastrulationData` package contains several data

::: solution


``` r
sce <- WTChimeraData(samples = 5)

Expand All @@ -375,6 +378,7 @@ reducedDimNames(2): pca.corrected.E7.5 pca.corrected.E8.5
mainExpName: NULL
altExpNames(0):
```

:::


Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config.yaml" "b0d664d3d6abdd0e98b16282e1c03107" "site/built/config.yaml" "2024-09-06"
"index.md" "495939ddd3f110be3bbcd49b60f4a7ce" "site/built/index.md" "2024-09-06"
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2024-09-06"
"episodes/intro-sce.Rmd" "e0218183fa139dbe5adbc2ed0b02b8c0" "site/built/intro-sce.md" "2024-09-16"
"episodes/intro-sce.Rmd" "2e2c4be36a8f7c2d803ca58200ee1e6d" "site/built/intro-sce.md" "2024-09-16"
"episodes/eda_qc.Rmd" "92b605c153422bca1a40e600f0f021ff" "site/built/eda_qc.md" "2024-09-16"
"episodes/cell_type_annotation.Rmd" "66af56b730aaa88e937bc1743afb471a" "site/built/cell_type_annotation.md" "2024-09-08"
"episodes/multi-sample.Rmd" "2d38d9903358ea8a8067abd82a1f1f54" "site/built/multi-sample.md" "2024-09-08"
Expand Down

0 comments on commit eae13a5

Please sign in to comment.