A function to get gene probabilities

getGenePrababilities_basic(
  main_parameters_in_ref,
  fixedgenestate,
  target_gene,
  new_conditional_gene,
  temporal,
  targetCounts
)

Arguments

main_parameters_in_ref

An environment variable to hold all input data.

fixedgenestate

A list of pre-processed gene state.

target_gene

The target gene

new_conditional_gene

The new conditional gene to be added in.

temporal

The temporal time step.

targetCounts

The count of the target count.