-
Notifications
You must be signed in to change notification settings - Fork 13
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
Problems with echolocatoR::finemap_loci #125
Comments
Hi @rootze , thanks for reporting this. It looks like
conda should automatically be installed for you by |
This is indeed the latest tutorial. The documentation website is rather behind as it's tied to the GitHub Actions workflow which is not completing atm, but I will try to get this updated soon. |
@bschilder Thanks for helping out. Here is the sessionInfo(). It seems that my conda env echolocator has
|
Ok, so I'm noticing the I've encountered a couple of issues with the earlier versions of I also just noticed that your Bioc version is a bit outdated (latest release is 3.16):
So I think the best thing to do would be upgrade to Bioc 3.16, which should automatically upgrade your BiocManager::install(version = "3.16") |
In fact, I think upgrading to Bioc 3.16 will circumvent your need for conda at all, since |
Just noting that this might also relate to this convo: |
@bschilder Updating @bschilder Just a minor request for the tutorial when you have time to update it. I also saw your closed issue posted under PAINTOR. It would be great to know how we can perform the fine mapping with annotation in echolocatoR. I am currently reading your function reference page and source code to figure it out. But there are quite some parameters that we can explore. For example, I would like to fine-mapping with annotation .bed files, as shown in https://github.com/gkichaev/PAINTOR_V3.0/wiki/2b.-Overlapping-annotations |
@rootze no problem, glad it worked! Regarding |
Also, just a side note, the empty results can occur any time there is an error inside the multi-locus iterator bc I have a finemap_loci(use_tryCatch = FALSE, ...) |
Hello @bschilder
Thank you for instructing me on the installation of the echolocatoR in my last GitHub issue. Great work again. Love the image after loading the echolocatoR library.
🦇 🦇 🦇 e c h o l o c a t o R 🦇 🦇 🦇
I was trying to find some tutorials to follow for this newest version of echolocatoR, so I found this r-markdown.
https://github.com/RajLabMSSM/echolocatoR/blob/master/vignettes/echolocatoR.Rmd
However, I have some problems with getting results.
I am not so sure if there is anything wrong with the above message when running
echolocatoR::finemap_loci
But here are the things in my R env, and the returned result following the code you provided in that link is a list of BST1, MEX3C, and merged_dat, but all are empty. Is that what we expected, or is something wrong here?
Thank you so much for your time and help here.
rootze
The text was updated successfully, but these errors were encountered: