We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MVP want a file with the following header: GENE_NAMEDATASET TISSUE SNPID RSID CHR POS_38 POS_37 BETA SE MinusLog10PVAL EFFECT_ALLELE OTHER_ALLELE MAF EAF SAMPLESIZE GENE_ENSEMBL TSS_37 TSS_38 SeqID UNIPROT PROTEIN_NAME PROTEIN_LONG_NAME PVE FILENAME Gene.type.
DATASET= INTERVAL_CHRIS_META_COJO_UNCONDITIONAL TISSUE=WholeBlood FILENAME = NA Gene.type == "protein_coding"
res$PVE = ( 2*(res$BETA^2)res$MAF(1-res$MAF) ) / ( 2*(res$BETA^2)res$MAF(1-res$MAF)+(res$SE^2)2res$SAMPLESIZEres$MAF(1-res$MAF) )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MVP want a file with the following header:
GENE_NAMEDATASET TISSUE SNPID RSID CHR POS_38 POS_37 BETA SE MinusLog10PVAL EFFECT_ALLELE OTHER_ALLELE MAF EAF SAMPLESIZE GENE_ENSEMBL TSS_37 TSS_38 SeqID UNIPROT PROTEIN_NAME PROTEIN_LONG_NAME PVE FILENAME Gene.type.
DATASET= INTERVAL_CHRIS_META_COJO_UNCONDITIONAL
TISSUE=WholeBlood
FILENAME = NA
Gene.type == "protein_coding"
res$PVE = ( 2*(res$BETA^2)res$MAF(1-res$MAF) ) / ( 2*(res$BETA^2)res$MAF(1-res$MAF)+(res$SE^2)2res$SAMPLESIZEres$MAF(1-res$MAF) )
The text was updated successfully, but these errors were encountered: