# This query allows users to search for test articles with significant statistics based on a specific test name # Alanine aminotransferase (ALT) is used here as an example query ALT_test_articles{ summaryMatrix(first:20,isSignificant:"T", test_TestName:"Alanine aminotransferase"){ edges{ node{ test{ testName } NumericSummaryMatrixId{ edges{ node{ sex cohort phaseTime phaseType generation litterName pairwiseTest trendTest trendDirection } } } dose doseUnit lel isLel isSignificant study{ studyTitle StudyStressorStudy{ edges{ node{ stressor{ cebsCasNumber cebsStressorName VStudyStressorMetadataStressor{ edges{ node{ dtxsid } } } } } } } } } } } }