Skip to content

Commit

Permalink
Merge pull request #73 from biomage-org/downsampling-schema
Browse files Browse the repository at this point in the history
[BIOMAGE-2286] - add schema for downsampling
  • Loading branch information
kafkasl authored Dec 26, 2022
2 parents 27cd6c1 + 5f8011f commit 090a504
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,23 @@ properties:
- method
- numPCs
- excludeGeneCategories
downsampling:
type: object
required:
- method
- methodSettings
properties:
method:
type: string
minLength: 1
methodSettings:
type: object
properties:
geosketch:
type: object
properties:
percentageToKeep:
type: number
required:
- dataIntegration
- dimensionalityReduction

0 comments on commit 090a504

Please sign in to comment.