Hi,
When looking at the results of calculating ananse influence over two networks, we (in the lab) have noticed that none of the factors in the output have a negative logFoldChange (meaning, only factors more highly expressed in the second network are reported). Upon checking in the code of ananse influence, we have seen this:
|
detfs = [tf for tf in detfs if self.expression_change[tf].realfc > 0] |
We are not sure we are understanding the rationale behind choosing only the more highly expressed factors. Couldn't it be possible to check transcription factors whose expression has decreased compared to the first network? We would be interested in checking this as well.
Thanks a lot for your time and effort!
Hi,
When looking at the results of calculating ananse influence over two networks, we (in the lab) have noticed that none of the factors in the output have a negative logFoldChange (meaning, only factors more highly expressed in the second network are reported). Upon checking in the code of ananse influence, we have seen this:
ANANSE/ananse/influence.py
Line 302 in 18995f0
We are not sure we are understanding the rationale behind choosing only the more highly expressed factors. Couldn't it be possible to check transcription factors whose expression has decreased compared to the first network? We would be interested in checking this as well.
Thanks a lot for your time and effort!