@sjcrh/proteinpaint-types 2.146.0 → 2.146.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/dataset.ts +2 -0
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -1303,6 +1303,8 @@ type Matrix = {
|
|
|
1303
1303
|
legendGrpFilter?: any
|
|
1304
1304
|
/** filter to hide categories or mclass, e.g. hide male, hide MISSENSE */
|
|
1305
1305
|
legendValueFilter?: any
|
|
1306
|
+
/** local filter to limit samples in matrix/hiercluster, merged with this.state.termfilter.filter when querying server */
|
|
1307
|
+
localFilter?: any
|
|
1306
1308
|
/** matrix criteria for a CNV alteration */
|
|
1307
1309
|
cnvCutoffs?: any
|
|
1308
1310
|
}
|