Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metabolic flux data dimension reduction and clustering rationale #9

Open
Joyjoyjoyc opened this issue Apr 13, 2024 · 7 comments
Open

Comments

@Joyjoyjoyc
Copy link

Hi everyone,
Here is a question for me, as the author performed cube root transformation on TCGA LUAD flux output to preserve the sign(direction) of fluxes. If it possible to use the absolute value of fluxes as an input? which means we only care about the metabolic activity but not the direction?
Thank you so much!

@LiuCanidk
Copy link

Hi, I guess so. But across samples, if you do not take the direction (i.e., sign) into account, I'm afraid you may miss lots of important differences.

@Joyjoyjoyc
Copy link
Author

Joyjoyjoyc commented Apr 25, 2024 via email

@Joyjoyjoyc
Copy link
Author

Hi, I guess so. But across samples, if you do not take the direction (i.e., sign) into account, I'm afraid you may miss lots of important differences.

Hi @LiuCanidk, new question for me, I wonder if you can figure it out. In this paper the Fig. 5d given below use the mean glucose uptake score to make a comparison between different cell types, and I wonder if they average the absolute flux (from 100 bootstrap results) for one sample(patient) or still keep the flux sign? Thank you so much!
image

@LiuCanidk
Copy link

Yes, @Joyjoyjoyc
I think the figure caption of Fig.5d illustrated this clearly: "A box plot of mean glucose uptake flux of each cell type and the whole TME for the seven patients."
And I think it keeps the flux sign, and for basic glucose uptake flux, the sign may be (I forget the sign in my data) all positive, so no problem for integration of different signs (positive & negative)
Hope it helps!

@Joyjoyjoyc
Copy link
Author

Yes, @Joyjoyjoyc I think the figure caption of Fig.5d illustrated this clearly: "A box plot of mean glucose uptake flux of each cell type and the whole TME for the seven patients." And I think it keeps the flux sign, and for basic glucose uptake flux, the sign may be (I forget the sign in my data) all positive, so no problem for integration of different signs (positive & negative) Hope it helps!

Thanks for your quick reply! cause in my data there are both negative and positive fluxes, so I'm a little bit confused whether to keep the sign or not. As I'm more concerned about some specific reactions' activity but not the direction(like the nutrient uptake or release), so I'm not sure it's suitable to use the absolute value for my own analysis.
Thanks!

@LiuCanidk
Copy link

LiuCanidk commented Jul 8, 2024

Thanks for your quick reply! cause in my data there are both negative and positive fluxes, so I'm a little bit confused whether to keep the sign or not. As I'm more concerned about some specific reactions' activity but not the direction(like the nutrient uptake or release), so I'm not sure it's suitable to use the absolute value for my own analysis. Thanks!

As for your own data, I still recommend you to keep the sign. From my perspective, the sign difference is at the qualitative level and the absolute value difference is at the quatitative level. Both are important to find biological meanings, you can just draw them on a boxplot and keep the original data point on the plot, too.

@Joyjoyjoyc
Copy link
Author

Thanks for your quick reply! cause in my data there are both negative and positive fluxes, so I'm a little bit confused whether to keep the sign or not. As I'm more concerned about some specific reactions' activity but not the direction(like the nutrient uptake or release), so I'm not sure it's suitable to use the absolute value for my own analysis. Thanks!

As for your own data, I still recommend you to keep the sign. From my perspective, the sign difference is at the qualitative level and the absolute value difference is at the quatitative level. Both are important to find biological meanings, you can just draw them on a boxplot and keep the original data point on the plot, too.

Got it, Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants