Browse code

Fixed typos in decontX vignette

Joshua D. Campbell authored on 16/07/2021 20:11:19
Showing 1 changed files

... ...
@@ -169,11 +169,11 @@ plotDecontXMarkerExpression(pbmc4k,
169 169
     ncol = 3)
170 170
 ```
171 171
 
172
-Some helfpul hints when using `plotDecontXMarkerExpression`:
172
+Some helpful hints when using `plotDecontXMarkerExpression`:
173 173
 
174 174
 1. `groupClusters` works the same way as in `plotDecontXMarkerPercentage`.
175 175
 2. This function will plot each pair of markers and clusters (or cell type specified by `groupClusters`). Therefore, you may want to keep the number of markers small in each plot and call the function multiple times for different sets of marker genes. 
176
-3. You can also plot the individual points by setting `plotDots = TRUE` and/or log tranform the points on the fly by setting `log1p = TRUE`. 
176
+3. You can also plot the individual points by setting `plotDots = TRUE` and/or log transform the points on the fly by setting `log1p = TRUE`. 
177 177
 4. This function can plot any assay in a `SingleCellExperiment`. Therefore you could also examine normalized expression of the original and decontaminated counts. For example:
178 178
 
179 179