-
Notifications
You must be signed in to change notification settings - Fork 69
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
Inquiry About Relax Analysis Results #1760
Comments
Dear @aaannaw,
As an example (this is the dataset from Figure 4E in the
Best, |
Dear author, I recently exchanged the reference and test branches in my analysis using the tree:`(Gca{FG2},Bsu{FG2})),Cho{FG1}),Fme{FG1}),Fda{FG1}),Fdm{FG1}),Fmi{FG1});`` . However, I did not observe the expected reciprocal relationship between the K values (1/K) in the results. For one of the genes, when I ran the following command using FG2 as the test branches and FG1 as the reference branches:
The JSON output included:
Subsequently, I swapped the roles, using FG1 as the test branches and FG2 as the reference branches:
The JSON output in this case showed:
The "0.7065734954061154" and "0.0693699098262564" are not reciprocal of each other. I suspect that the imbalance in the number of target branches between I have attached the relevant JSON and log files for your reference. Could you kindly provide guidance on this matter or clarify whether my expectation about the reciprocal relationship is correct under these circumstances? evm.model.ptg000013l.612.FG1test.json Thank you for your time and assistance. I look forward to your insights. Best wishes, |
Dear author,
I am conducting a RELAX analysis on 13,057 orthologous genes and have encountered a question regarding the interpretation of the results. Below, I outline the details of my analysis:
hyphy relax --alignment /data/01/p1/user157/Bathyergidae-sociaty/2024812.newcactus/03.proteincoding-selected-analysis/01.getgene/07.deletestopcodon/evm.model.ptg000001l.100.fa --tree /data/01/p1/user157/Bathyergidae-sociaty/2024812.newcactus/03.proteincoding-selected-analysis/01.getgene/13.hyphy/02.relax/00.tree/evm.model.ptg000001l.100.phy.treefile.mark --test FG2 --reference FG1 --output /data/01/p1/user157/Bathyergidae-sociaty/2024812.newcactus/03.proteincoding-selected-analysis/01.getgene/13.hyphy/02.relax/01.relax.out/evm.model.ptg000001l.100.json > /data/01/p1/user157/Bathyergidae-sociaty/2024812.newcactus/03.proteincoding-selected-analysis/01.getgene/13.hyphy/02.relax/01.relax.out/evm.model.ptg000001l.100.relax.log 2>&1
;I used the unrooted tree and the tree is:
(Fan{FG1},((((((((Hcr,Cgu),(Tsw,Pty)),Hgl{FG1}),(Gca{FG2},Bsu{FG2})),Cho{FG1}),Fme{FG1}),Fda{FG1}),Fdm{FG1}),Fmi{FG1});
I specified --test FG2 and --reference FG1. The results indicate that the test branches
(FG2)
show intensified selection(K > 1, P < 0.05).
My question is as follows:
1.If the test branches show intensified selection, can I interpret this as the reference branches
(FG1)
showing relaxed selection?2.Would the results remain consistent if I reversed the designations, using
--test FG1 and --reference FG2
?I would greatly appreciate any insights or suggestions you may have regarding the interpretation of these results.
Thank you for your time and guidance.
Best regards,
Na Wan
The text was updated successfully, but these errors were encountered: