Normalising fluxes between reactions #927
Unanswered
manas-kohli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I'm trying an idea a bit out there but I'm trying to use flux values for reactions in machine learning settings. Different reactions obviously exist on different flux scales as one can expect with metabolism but I was wondering if there were some way of normalising fluxes so they can exist on the same scale which would be important for feature contribution in machine learning. I've tried the usual methods, standardization to make it fit a normal distribution as much as possible or robust scaling i.e. (x'-median(x)/(IQR(x)). These methods work to some degree but any other input would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions