Skip to content

Is it possible for ftINIT() to set the thresholds for gene levels in different range? #532

Discussion options

You must be logged in to vote

Hi @Joyjoyjoyc,

The ftINIT function can handle two different types of input for the threshold option:

  1. A single value, which applies to all genes
  2. A vector of values with the same size as the number of genes, allowing different thresholds for each gene

This means that you cannot specify expression ranges (e.g., low, medium, high).

If the expression of a reaction's associated gene is less than the threshold, it will not necessarily turn off the reaction. A weighted score is calculated for each reaction based on the expression of corresponding genes, relative to the threshold. Genes with an expression less than the threshold will have a negative score, and those greater will have a positive…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Joyjoyjoyc
Comment options

Answer selected by Joyjoyjoyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants