3838# ' (`lineages`).
3939# ' \item **Velocity arrows** — Overlay RNA velocity vectors on the embedding
4040# ' (`velocity`). For dedicated velocity visualization with grid or
41- # ' stream plots, see [ CellVelocityPlot()] .
41+ # ' stream plots, see \code{\link{ CellVelocityPlot}} .
4242# ' \item **Statistical charts** — Embed small bar, ring, or line charts at
4343# ' group positions showing composition of a second variable (`stat_by`,
4444# ' `stat_plot_type`).
7878# ' reduction plot. The `velocity` parameter names a second reduction
7979# ' (e.g., `"stochastic_UMAP"`) whose first two dimensions encode the velocity
8080# ' arrows. This is a lightweight overlay — for dedicated velocity visualization
81- # ' with grid or stream plots, use [ CellVelocityPlot()] which delegates to
81+ # ' with grid or stream plots, use \code{\link{ CellVelocityPlot}} which delegates to
8282# ' \code{\link[plotthis:VelocityPlot]{plotthis::VelocityPlot()}}.
8383# '
8484# ' @param object A Seurat object, a Giotto object, a path to an `.h5ad` file,
100100# ' encode RNA velocity vectors to overlay on the plot. Typical values are
101101# ' `"stochastic_<reduction>"`, `"deterministic_<reduction>"`, or
102102# ' `"dynamical_<reduction>"` (e.g., `"stochastic_UMAP"`). For dedicated
103- # ' velocity visualization (grid or stream plots), use [ CellVelocityPlot()]
103+ # ' velocity visualization (grid or stream plots), use \code{\link{ CellVelocityPlot}}
104104# ' instead. Default is `NULL` (no velocity overlay).
105105# ' @param group_by Character vector of metadata column name(s) used to color
106106# ' the cells. Can be a single column (e.g., `"CellType"`) or multiple
169169# ' \itemize{
170170# ' \item \code{\link[plotthis:DimPlot]{plotthis::DimPlot()}} — The
171171# ' underlying plotting engine
172- # ' \item [ CellVelocityPlot()] — Dedicated RNA velocity visualization
173- # ' \item [ CellStatPlot()] — Statistical summaries and comparisons
172+ # ' \item \code{\link{ CellVelocityPlot}} — Dedicated RNA velocity visualization
173+ # ' \item \code{\link{ CellStatPlot}} — Statistical summaries and comparisons
174174# ' }
175175# '
176176# ' @export
@@ -573,7 +573,7 @@ CellDimPlot.H5File <- function(
573573# ' For example, `"stochastic_UMAP"` or `"dynamical_PCA"`.
574574# '
575575# ' @section Relationship to CellDimPlot:
576- # ' While [ CellDimPlot()] can overlay velocity arrows on a dimension reduction
576+ # ' While \code{\link{ CellDimPlot}} can overlay velocity arrows on a dimension reduction
577577# ' plot via its `velocity` parameter, `CellVelocityPlot` is the dedicated
578578# ' velocity visualization function. The key differences are:
579579# ' \itemize{
@@ -608,7 +608,7 @@ CellDimPlot.H5File <- function(
608608# ' or an opened `H5File` from the \pkg{hdf5r} package.
609609# ' @param reduction Name of the main dimension reduction that defines cell
610610# ' positions in the plot (e.g., `"umap"`, `"pca"`, `"tsne"`). This
611- # ' reduction must already exist in the object. Unlike [ CellDimPlot()] ,
611+ # ' reduction must already exist in the object. Unlike \code{\link{ CellDimPlot}} ,
612612# ' this parameter is required — there is no default.
613613# ' @param v_reduction Name of the velocity reduction that encodes RNA velocity
614614# ' vectors (e.g., `"stochastic_UMAP"`, `"dynamical_PCA"`). Only the first
@@ -623,7 +623,7 @@ CellDimPlot.H5File <- function(
623623# ' default feature type is auto-detected via
624624# ' `GiottoClass::set_default_feat_type()`.
625625# ' @param group_by Metadata column name used to color cells by group (e.g.,
626- # ' `"CellType"`, `"Phase"`). Unlike [ CellDimPlot()] , this parameter is
626+ # ' `"CellType"`, `"Phase"`). Unlike \code{\link{ CellDimPlot}} , this parameter is
627627# ' optional — when `NULL`, all cells are plotted in a uniform color, which
628628# ' can be useful for focusing on the velocity flow patterns without visual
629629# ' distraction from cluster colors.
@@ -670,9 +670,9 @@ CellDimPlot.H5File <- function(
670670# ' \item \code{\link[plotthis:VelocityPlot]{plotthis::VelocityPlot()}} —
671671# ' The underlying plotting engine supporting arrow, grid, and stream
672672# ' plot types
673- # ' \item [ CellDimPlot()] — Standard dimension reduction plot; can overlay
673+ # ' \item \code{\link{ CellDimPlot}} — Standard dimension reduction plot; can overlay
674674# ' velocity arrows via the `velocity` parameter
675- # ' \item [ CellStatPlot()] — Statistical summaries and comparisons
675+ # ' \item \code{\link{ CellStatPlot}} — Statistical summaries and comparisons
676676# ' }
677677# '
678678# ' @export
0 commit comments