euba/BacArena

Do entries of lobnd have names?

maringos opened this issue · 2 comments

Hi,

I was reviewing the functionality of the argument setAllExInf.
Could you recheck if the line below is correct? lobnd entries do not seem to have names. On the other hand, why do we need this part: names(lobnd) %in% medc

lobnd[ which( names(lobnd) %in% medc ) ] <- -1000

Regards,
Georgios

I don't think so, just check two lines before:

names(lobnd) = rxname

medc are exchange reactions which could be user-defined in some cases and thus differ from sybil::findExchReact.

Now, I get it! Thanks :)