#This query is used in conjunction with the TestName_to_TestArticles query #User can obtain tissue and pathology summary data according to a particular list of test articles of interest query path_data{ studyStressorMetadataView(dtxsid_In:"DTXSID4020290,DTXSID6024911") { edges { node { stressorId{ cebsCasNumber cebsStressorName SummaryMatrixStressor(tissue_TissueName:"Liver"){ edges{ node{ group{ isNegativeControl isPositiveControl isHistoricalControl isVehicleControl } dose doseUnit tissue{ tissueName } PathSummarySummarymatrix{ sex cohort finding location modifier isNeoplastic pairwiseTest pairwisePvalue pairwiseSignifLevel litterName numberExamined phaseTime phaseType } } } } } } } } }