Paul Pavlidis authored on 25/10/2022 15:55:24
Showing 1 changed files

... ...
@@ -108,7 +108,7 @@ result <- get_taxon_datasets(taxon = 'human',limit = 1)
108 108
 print(attributes(result)$totalElements)
109 109
 ```
110 110
 
111
-Since the maximum limit is a 100 getting all results available will require multiple calls.
111
+Since the maximum limit is 100 getting all results available will require multiple calls.
112 112
 
113 113
 ```{r,eval=FALSE}
114 114
 count = attributes(result)$totalElements
... ...
@@ -205,7 +205,7 @@ visualization and exploration with
205 205
 [ggplot2](https://ggplot2.tidyverse.org/index.html) and the rest of the
206 206
 [tidyverse](https://www.tidyverse.org/).
207 207
 
208
-To show how subsetting works, we'll keep the manic phase data and the
208
+To show how subsetting works, we'll keep the "manic phase" data and the
209 209
 `reference_subject_role`s, which refers to the control samples in Gemma
210 210
 datasets.
211 211