Closed asifzubair closed 7 months ago
Greetings,
We don't think that the authors of Warped-LMM are supporting it anymore. However ...
Also, last month, FaST-LMM collaborator, David Heckerman, asked the Australian researcher if we could see the marginal distribution of his phenotype (to see if discretization would be practical). If you like, send a plot of your phenotype distribution via email and I'll "forward all" it to David.
Hi, in the documentation there is a suggestion to use warpedlmm to transform continous variables:
This version of FaST-LMM is designed for use with randomly ascertained data with Gaussian residuals. If you have case-control data with substantial ascertainment bias, you should first transform your phenotype(s) using LEAPhttps://github.com/omerwe/LEAP (Weissbrod et al., arXiv 2014). If you are analyzing continuous phenotypes with non-Gaussian residuals, you should first transform your phenotype(s) using Warped-LMMhttps://github.com/PMBio/warpedLMM (Fusi et al., Nature Commun 2014).
I installed warpedlmm but I get the following error when I import it:
import warpedlmm
Traceback (most recent call last):
File "
File "/opt/anaconda3/envs/warpedlmm/lib/python3.9/site-packages/warpedlmm/init.py", line 18, in
import testing
ModuleNotFoundError: No module named 'testing'
Any comments on how to fix this ? Thanks!
- Reply to this email directly, view it on GitHubhttps://github.com/fastlmm/FaST-LMM/issues/42, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABR65P7Y3AYJJ2USL5LUT6LY7XEC7AVCNFSM6AAAAABG5TIS6GVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DQMBZG4YDKOA. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>
Thank you, @CarlKCarlK , I'll shoot you an email. Yes, I also tried using 2to3
to get this to work, but with little luck. I'd appreciate if the Australian user could share his repo. Thanks!
Hi, in the documentation there is a suggestion to use
warpedlmm
to transform continous variables:I installed
warpedlmm
but I get the following error when I import it:Any comments on how to fix this ? Thanks!