Skip to content

Commit

Permalink
Update composition_scoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alatham13 committed Jun 23, 2024
1 parent d409045 commit 3c9301b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/spatiotemporal/pyext/src/composition_scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ def calc_likelihood_state(exp_comp_map, t, state):
@param t: string, time at which the composition likelihood should be
calculated. Should match one a possible value in the first column
of the exp_comp_map.
@param state: list of integers, an array of the number of protein copy numbers
for which the likelihood will be calculated. This array should list
the proteins in the same order as the exp_comp_map.
@param state: list of integers, an array of the number of protein copy
numbers for which the likelihood will be calculated.
This array should list the proteins in the same order as
the exp_comp_map.
@return weight: float, the weight of the graphNode according to the composition
likelihood function.
"""
Expand Down

0 comments on commit 3c9301b

Please sign in to comment.