Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascwho authored Sep 6, 2023
1 parent 7575b83 commit 91f6003
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HNSCC CAF States HA 2023/pySCENIC_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

cd /hpctmp/a0155826x/pyscenic

source /app1/ebenv && module load pySCENIC/0.12.1-foss-2022a

pyscenic grn --num_workers 24 --output output/adj.tsv --method grnboost2 pri_caf_counts.loom hs_hgnc_curated_tfs.txt
pyscenic ctx output/adj.tsv hg38_10kbp_up_10kbp_down_full_tx_v10_clust.genes_vs_motifs.rankings.feather --annotations_fname motifs-v10nr_clust-nr.hgnc-m0.001-o0.0.tbl --expression_mtx_fname pri_caf_counts.loom --mode "dask_multiprocessing" --output output/reg.csv --num_workers 24 --mask_dropouts
pyscenic aucell pri_caf_counts.loom output/reg.csv --output output/pri_caf_aucell.txt --num_workers 24

0 comments on commit 91f6003

Please sign in to comment.