@sjcrh/proteinpaint-types 2.188.0 → 2.188.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 +1 -1
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -845,7 +845,7 @@ export type SingleCellSamples = {
|
|
|
845
845
|
|
|
846
846
|
type SingleCellDataBase = {
|
|
847
847
|
/** when a sample has multiple tsne plots, this flag allows allows all plots to share one cell type legend */
|
|
848
|
-
sameLegend
|
|
848
|
+
sameLegend?: boolean
|
|
849
849
|
/** name of ref cells? */
|
|
850
850
|
refName?: string
|
|
851
851
|
/** dynamically added getter */
|