Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhongyu committed Dec 23, 2024
2 parents b5d738c + 3fc9e3d commit d276716
Showing 1 changed file with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
type: preprocessor
tune_mode: pipeline_params
pipeline_tuning_top_k: 3
parameter_tuning_freq_n: 20
pipeline:
- type: filter.gene
include:
- FilterGenesPercentile
- FilterGenesScanpyOrder
- FilterGenesPlaceHolder
default_params:
FilterGenesScanpyOrder:
order: ["min_counts", "min_cells", "max_counts", "max_cells"]
min_counts: 0.01
max_counts: 0.99
min_cells: 0.01
max_cells: 0.99
- type: normalize
include:
- ScaleFeature
- ScTransform
- Log1P
- NormalizeTotal
- NormalizePlaceHolder
default_params:
ScTransform:
processes_num: 8
- type: filter.gene
include:
- HighlyVariableGenesLogarithmizedByMeanAndDisp
- HighlyVariableGenesRawCount
- HighlyVariableGenesLogarithmizedByTopGenes
- FilterGenesTopK
- FilterGenesRegression
- FilterGenesNumberPlaceHolder
default_params:
FilterGenesTopK:
num_genes: 3000
FilterGenesRegression:
num_genes: 3000
HighlyVariableGenesRawCount:
n_top_genes: 3000
HighlyVariableGenesLogarithmizedByTopGenes:
n_top_genes: 3000
- type: feature.cell
target: SCNFeature
- type: misc
target: SetConfig
params:
config_dict:
feature_channel: SCNFeature
label_channel: cell_type
wandb:
entity: xzy11632
project: dance-dev
method: grid # try grid to provide a comprehensive search
metric:
name: acc # val/acc
goal: maximize

0 comments on commit d276716

Please sign in to comment.