Skip to content

Commit

Permalink
Updates gene_expression.py - changes ADA to ADAR
Browse files Browse the repository at this point in the history
Failed in previous state, since merge_bilateral etc. wasn't set
  • Loading branch information
pgleeson committed Feb 9, 2024
1 parent b5c94c8 commit c6dc62d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Test some examples
if: ${{ matrix.python-version != '3.7' || matrix.runs-on != 'macos-latest' }} # mac + py3.7 requires build of _bz2 module...
run: |
cd scripts
cd scripts
python gene_expression.py
python cell_lineage_asymmetry.py
python peptideGPCR_binding.py
python signalpropagation_kernels.py
python plot_signal_propagation.py
Expand Down
2 changes: 1 addition & 1 deletion scripts/gene_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ASGL = watlas.ids_to_ais("ASGL")
print(gexp[ASGL])

gexp = watlas.get_gene_expression(gene_names=["npr-1","egl-4"],neuron_ids=["ADA","ADEL"],th=4)
gexp = watlas.get_gene_expression(gene_names=["npr-1","egl-4"],neuron_ids=["ADAR","ADEL"],th=4)
print(gexp)

gexp = watlas.cengen.get_expression(gene_wbids=["WBGene00001173"],neuron_ids=["ADA","ADE","ADF","ADL","AFD"],th=2)
Expand Down

0 comments on commit c6dc62d

Please sign in to comment.