Expand description
The typed feature table that rides beside a mixed-type embedding:
{prefix}.feature_types.parquet, string columns feature and type, one
row per embedding row in the same order. senna fne and gene-text write
it; a consumer that wants only one type of row (senna bge pinning gene
rows, say) reads it. The type names are the shared vocabulary.
Constants§
- GENE_
TYPE - Nodes whose names are canonicalised as gene symbols.
- REGION_
TYPE - Fixed genomic windows.
- TERM_
TYPE - Ontology terms and gene sets.
- WORD_
TYPE - Vocabulary words of a text relation.
Functions§
- feature_
types_ path - read_
feature_ types - The run’s rows;
Nonewhen the run wrote no table, which a caller reads as “every row is of the one type it expects”. - write_
feature_ types - Write the table for
names[i]of typetypes[i].
Type Aliases§
- Feature
Type - One row of the table: the feature’s name and its type.