Skip to content

Commit

Permalink
Cut out the failing ontology chapter and all references to it.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Nov 29, 2023
1 parent b8c48a3 commit 11889a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/book/_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ rmd_files: ["index.Rmd",
"scref.Rmd",
"diagnostics.Rmd",
"multiple.Rmd",
"ontology.Rmd",
"advanced.Rmd",
"pancreas.Rmd",
"brain.Rmd",
Expand Down
5 changes: 5 additions & 0 deletions inst/book/multiple.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,14 @@ simplifying interpretation and ensuring that irrelevant discrepancies in labelli
Many of the `r Biocpkg("SingleR")` reference datasets already have their labels
mapped to the [Cell Ontology](https://www.ebi.ac.uk/ols/ontologies/cl),
which provides a standard vocabulary to refer to the same cell type across diverse datasets.
The key idea is that the same term is used for the same conceptual cell type in each reference.
To simplify interpretation, we set `cell.ont="nonna"` to remove all samples that could not be mapped to the ontology.

<!--
We will describe the utility of Cell Ontology terms in more detail in Chapter \@ref(exploiting-the-cell-ontology);
at this point, the key idea is that the same term is used for the same conceptual cell type in each reference.
To simplify interpretation, we set `cell.ont="nonna"` to remove all samples that could not be mapped to the ontology.
-->

```{r}
hpca.ont <- HumanPrimaryCellAtlasData(ensembl=TRUE, cell.ont="nonna")
Expand Down

0 comments on commit 11889a5

Please sign in to comment.