Closed andrewhercules closed 3 years ago
The idea is to coalesce studyOverview
and experimentOverview
and only keep studyOverview
. study
seems to be more consistent with other fields (e.g. studyId
).
The information contained in studyOverview
is the correct one for SysBio, so we won't expect any changes in the future.
The changes in the next iteration will therefore not affect this work.
Sysbio does crash for this page https://alpha.targetvalidation.org/evidence/ENSG00000130702/EFO_0001645
Can we please make an adjustment to the SysBio evidence data table?
Columns
- [x] Limit the content in the "Study overview" column to only show the first 260 characters, with a link that to show more - this would be similar what is currently available in the SysBio data table (e.g. PSEN1 and Alzheimer's disease) based on lines 162 to 169 in the webapp sysbio-table-directive.js file
The amount of characters shown is dynamic depending on the viewport size, but it will always be one line. This is to allow the table to stay responsive.
With the new iteration of the GraphQL API, can we please make an adjustment to the SysBio evidence data table?
Sample query: PSEN and late-onset Alzheimer's disease
[x] Rename the "Experiment overview" column "Gene set"
[x] In the "Gene set" column, display the data in evidences.rows[x].pathwayName
and after the text, display a tooltip and on-hover show the data in evidences.rows[x].studyOverview
On the evidence page in the rewrite, can we please create a new data table that displays the SysBio evidence data?
Example GraphQL API query PSEN1 and late-onset Alzheimers disease
Data table
evidences.rows[x].disease.name
evidences.rows[x].experimentOverview
evidences.rows[x].literature
Within the data table, can we please do the following?
Please note that the GraphQL API returns
null
forevidences.rows[x].experimentOverview
as that data will be made available based on upstream changes by the data team.Also, please note that each row will only have one literature reference as this source relies on 4 specific papers.
QC checks