Skip to content

Commit

Permalink
Merge pull request #56 from ccb-hms/chimera_bg
Browse files Browse the repository at this point in the history
background on chimera
  • Loading branch information
andrewGhazi authored Oct 7, 2024
2 parents bc00eae + cf46857 commit 2fa80f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion episodes/intro-sce.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ There are two main disadvantages to this "from-scratch" approach:

::::

Let's look at an example dataset. `WTChimeraData` comes from a study on mouse development. We can assign one sample to a `SingleCellExperiment` object named `sce` like so:
Let's look at an example dataset. `WTChimeraData` comes from a study on mouse development [Pijuan-Sala et al.](https://www.nature.com/articles/s41586-019-0933-9). The study profiles the effect of a transcription factor TAL1 and its influence on mouse development. Because mutations in this gene can cause severe developmental issues, Tal1-/- cells (positive for tdTomato, a fluorescent protein) were injected into wild-type blastocysts (tdTomato-), forming chimeric embryos.

We can assign one sample to a `SingleCellExperiment` object named `sce` like so:

```{r, message = FALSE, warning=FALSE}
sce <- WTChimeraData(samples = 5)
Expand Down Expand Up @@ -308,4 +310,7 @@ combined_sce

::::::::::::::::::::::::::::::::::::::::::::::::

## References

1. Pijuan-Sala B, Griffiths JA, Guibentif C et al. (2019). A single-cell molecular map of mouse gastrulation and early organogenesis. Nature 566, 7745:490-495.

2 changes: 0 additions & 2 deletions episodes/large_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -646,5 +646,3 @@ system.time({i.out <- runPCA(sce.brain,
- Converter functions between existing single-cell data formats enable analysis workflows that leverage complementary functionality from poplular single-cell analysis ecosystems.

::::::::::::::::::::::::::::::::::::::::::::::::

## References

0 comments on commit 2fa80f3

Please sign in to comment.