Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Mar 16, 2024
1 parent 9649983 commit 9e3ed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/Integrating_multi_scRNA_data.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To visualize the clustering of cells graphically, we can project the normalized
pbmcLiger <- runUMAP(pbmcLiger, n_neighbors = 30, min_dist = 0.3)
```

>Starting from rliger 2.0.0, dimensionality reduction matrices will be stored in cell metadata, which can be accessed with `cellMeta(pbmcLiger)`. Use argument `dimredName` to specify unique variable names for the result can enable storing multiple low-dimensional representation matrices as variables at the same time.
>Starting from rliger 2.0.0, the slot for storing dimensionality reduction matrices will be renamed to "dimReds". It will be a list that can hold multiple low dimensional matrices that match to the dataset by cell identifiers. Users can access individual matrix with `dimRed(object, "name")`. Use argument `dimredName` to specify unique names for the UMAP result so that it allows storing multiple low-dimensional representation matrices at the same time.
### 7. Create plots

Expand Down

0 comments on commit 9e3ed1b

Please sign in to comment.