-
Notifications
You must be signed in to change notification settings - Fork 43
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
pipeline/extract_effects.ipynb file not found #1024
Comments
For your purpose which is multi-trait GWAS different molecular QTL
analysis, you don't need to run that pipeline designed for QTL. But the
format of data should be the same at the end. You can see the format of
data from this example:
https://stephenslab.github.io/mashr/articles/intro_mash_dd.html the
`simdata` data-set. It should contain "strong", "random" and "null" summary
statistics:
1. "strong" can be obtained when you do LD clumping, ideally jointly on all
traits, but also okay if you do it per trait and put together a list of
index variants thus clumped, then create such a table with rows being the
union of the index variants and columns being the traits themselves
2. "null" can be a random set of variants, after LD pruning and have
absolute value of z-score < 2
3. "random" can be a random set of variants after LD pruning.
For the null and random set, I believe with about 10K variants in each
category is sufficient. For "strong" we should hope to get as many as
possible depending on signals in the data.
when these are extracted please format to the same as shown in the vignette
on mashr pacakge website (the beginning of my response) and continue from
there.
…On Fri, Aug 2, 2024 at 12:11 AM neeteshpandey ***@***.***> wrote:
Hi, I am trying to run workflow "A multivariate EBNM approach for mixture
multivariate distribution estimate" with Minimal working example approach,
but at initial step in the following command I am getting an error "ERROR:
Failed to locate pipeline/extract_effects.ipynb.sos".
sos run pipeline/extract_effects.ipynb extract_effects
--name protocol_example.mashr_input
--analysis-units <(cat protocol_example.mashr.list | cut -f 2 )
--need-genename TRUE
--sum-stat protocol_example.mashr.list
On further checking that particular file "extract_effects.ipynb" is not
present in the pipeline folder.
Can you please suggest from where I can get this notebook?
Thanks!
—
Reply to this email directly, view it on GitHub
<#1024>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHADYPUJRS4P6OMYVP7OWDZPMBHBAVCNFSM6AAAAABL3Y5IEKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ2DGOJXHEZDINQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am trying to run workflow "A multivariate EBNM approach for mixture multivariate distribution estimate" with Minimal working example approach, but at initial step in the following command I am getting an error "ERROR: Failed to locate pipeline/extract_effects.ipynb.sos".
sos run pipeline/extract_effects.ipynb extract_effects
--name protocol_example.mashr_input
--analysis-units <(cat protocol_example.mashr.list | cut -f 2 )
--need-genename TRUE
--sum-stat protocol_example.mashr.list
On further checking that particular file "extract_effects.ipynb" is not present in the pipeline folder.
Can you please suggest from where I can get this notebook?
Thanks!
The text was updated successfully, but these errors were encountered: