Skip to content

Commit

Permalink
add lisi score calculation and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzhang authored and ranzhang committed Dec 2, 2024
1 parent 2d0f203 commit 3e3a517
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 143 deletions.
6 changes: 2 additions & 4 deletions bin/run.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#!/bin/bash
#
#conda activate tf_gpu

input_h5ad=../data/example.h5ad
outdir=./

## train the model
for learning_rate in 0.001 0.0001
do
python ./run_pred.py --input_h5ad $input_h5ad --outdir $outdir --train train --predict embedding --learning_rate $learning_rate
python ./run_pred.py --input_h5ad $input_h5ad --outdir $outdir --train train --predict embedding --learning_rate $learning_rate --dis dis
python ./run_pred.py --input_h5ad $input_h5ad --outdir $outdir --train train --predict embedding --learning_rate $learning_rate --group celltype
python ./run_pred.py --input_h5ad $input_h5ad --outdir $outdir --train train --predict embedding --learning_rate $learning_rate --group celltype --dis dis
done

Loading

0 comments on commit 3e3a517

Please sign in to comment.