interface H5Metadata {
    layers: Record<string, MatrixValue>;
    obs: Record<string, DatasetValue>;
    obsm: Record<string, MatrixValue>;
    obsp: Record<string, MatrixValue>;
    uns: Record<string, DatasetValue>;
    var: Record<string, DatasetValue>;
    varm: Record<string, MatrixValue>;
    varp: Record<string, MatrixValue>;
    X: MatrixValue;
}

Properties

layers: Record<string, MatrixValue>
obs: Record<string, DatasetValue>
obsm: Record<string, MatrixValue>
obsp: Record<string, MatrixValue>
uns: Record<string, DatasetValue>
var: Record<string, DatasetValue>
varm: Record<string, MatrixValue>
varp: Record<string, MatrixValue>