-
Notifications
You must be signed in to change notification settings - Fork 7
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
colheaders.tsv format #12
Comments
Did you check the Column Headers Mappings section in the documentation? It shows how to create that file. If it does not have the column headers from GENESIS let me know |
Thanks! I found that section. The column headers for GENESIS were not there. Their columns had a lot of small caps. So I made a genesis.colheaders.tsv. It looks like this: rsid SNP I assigned the `mac column (minor allele count) to AC which is probably not ideal. A lot of our users and TOPMed researchers use GENESIS so it would be useful to have a -c genesis option. |
@freeseek I ran metal on the 4 summary files (3 with SAIGE output and 1 with this GENESIS output). With just the 3 SAIGE results, I got this output for the APOE variant: When I added the GENESIS summary data, I ended up with 3 lines for some reason. chr19 44908684 rs429358;chr19:44908684:T:C T C . . . NS:ES:SE:LP:AF:AC:I2:CQ:ED 729318:1.03617:0.0150746:1027.89:0.178736:224924:98.0159:31.8383:++++ Any ideas or suggestions on this? The first line looks correct, not sure why the other 2 lines are in there. Here is another line.
I can clean them out with grep -v '???-'. Further checking shows that this is also happening with munging the 3 datasets. |
Can you give me a reference for the GENESIS bindings and can you give me a way to reproduce the METAL issue? |
@freeseek I will try go create some smaller gwas_vcfs to try to reproduce the issue with the APOE variant and get back to you. It may have to do with the number of threads being used which I will test out. For the GENESIS bindings: https://github.com/UW-GAC/GENESIS/blob/devel/man/assocTestSingle.Rd
|
I don't see |
For the munge -C colheaders.tsv option, what is the format of the colheaders.tsv file? The -c options does not include ourput from GENESIS (https://github.com/UW-GAC/GENESIS).
The text was updated successfully, but these errors were encountered: