@sjcrh/proteinpaint-types 2.145.1-0 → 2.145.1-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 +0 -2
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -744,8 +744,6 @@ export type GeneExpressionQueryNative = {
|
|
|
744
744
|
geneExpression2bins?: { [index: string]: any }
|
|
745
745
|
/** gene expression unit (e.g. 'FPKM') */
|
|
746
746
|
unit?: string
|
|
747
|
-
/** temporary h5 file format flag */
|
|
748
|
-
newformat?: boolean
|
|
749
747
|
}
|
|
750
748
|
|
|
751
749
|
export type GeneExpressionQuery = GeneExpressionQueryGdc | GeneExpressionQueryNative
|