Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed May 15, 2024
1 parent f995b35 commit 3676f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v0.1.0/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-05-13T18:34:40","documenter_version":"1.4.0"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-05-15T14:52:27","documenter_version":"1.4.0"}}
4 changes: 3 additions & 1 deletion src/views.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3676f2c

Please sign in to comment.