-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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. |
Thank you for your reply!
…---- Replied Message ----
| From | ***@***.***> |
| Date | 04/25/2024 16:20 |
| To | KChen-lab/METAFlux ***@***.***> |
| Cc | Joyjoyjoyc ***@***.***>,
Author ***@***.***> |
| Subject | Re: [KChen-lab/METAFlux] Metabolic flux data dimension reduction and clustering rationale (Issue #9) |
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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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! |
Yes, @Joyjoyjoyc |
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. |
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! |
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!
The text was updated successfully, but these errors were encountered: