From 3676f2cdab02a9b04c56189117d10525232ee55d Mon Sep 17 00:00:00 2001 From: Oren Ben-Kiki Date: Wed, 15 May 2024 14:52:57 +0300 Subject: [PATCH] Formatting. --- docs/v0.1.0/.documenter-siteinfo.json | 2 +- src/views.jl | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/v0.1.0/.documenter-siteinfo.json b/docs/v0.1.0/.documenter-siteinfo.json index 440a1b9..41b6402 100644 --- a/docs/v0.1.0/.documenter-siteinfo.json +++ b/docs/v0.1.0/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-05-13T18:34:40","documenter_version":"1.4.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-05-15T14:52:27","documenter_version":"1.4.0"}} \ No newline at end of file diff --git a/src/views.jl b/src/views.jl index 5220305..7630253 100644 --- a/src/views.jl +++ b/src/views.jl @@ -107,7 +107,9 @@ all UMIs of all genes in all cells, etc. **Vectors** are specified similarly to scalars, but require a key specifying both an axis and a property name. The axis must be exposed by the view (based on the `axes` parameter). If the axis is `"*"`, it is replaces by all the exposed axis names specified by the `axes` parameter. Similarly, if the property name is `"*"` (e.g., `("gene", "*")`), then it -is replaced by all the vector properties of the exposed axis in the base data. Therefore if the pair is `("*", "*") => "="` (or [`VIEW_ALL_VECTORS`](@ref))`, all vector properties of all the (exposed) axes will also be exposed. +is replaced by all the vector properties of the exposed axis in the base data. Therefore if the pair is +`("*", "*") => "="` (or [`VIEW_ALL_VECTORS`](@ref))`, all vector properties of all the (exposed) axes will also be +exposed. The value for vectors must be the suffix of a vector query based on the appropriate axis; a value of `"="` is again used to expose the property as-is. That is, the value for the vector will normally start with the `:` ([`Lookup`](@ref))