interface MatrixData {
    layers: MatrixRecord;
    obsm: MatrixRecord;
    obsp: MatrixRecord;
    varm: MatrixRecord;
    varp: MatrixRecord;
    X: null | Matrix;
}

Properties

Properties

layers: MatrixRecord
X: null | Matrix