Barely Significant
← all excerpts

GORpipe: a query tool for working with sequence data based on a Genomic Ordered Relational (GOR) architecture.

Bioinformatics · 2016 · PMC5048061 · PMID 27339714

1
hedged sentence
closest p
boldest claim

The sentences

weakly significantno p-value reported
Using CREATE to define materialized views create ##GWASsubset## = gor snp_gwas_results.gorz | where pval < 1.0e-4 and contains(phenotype,’cancer’) ; g or [##gwassubset##] | where pval < 1.0e-10 | prefix #2- A | join -snpsnps -f 100000 -rprefix B [##gwassubset##] | where not (A_phenotype = B_phenotype and A_pos = B_pos ) | rank 1 B_pval -o asc | where rank_B_pval < = 10 In other words, we form a join between all strongly significant cancer associations and other weakly significant associations within a 100kb distance.

also in 1,387 other papers

Quoted from the open-access full text in Europe PMC under the licence the publisher applied. The sentence is reproduced exactly as published; the emphasis is ours.