opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

Create new CRISPR evidence table in rewrite version #1240

Closed andrewhercules closed 3 years ago

andrewhercules commented 3 years ago

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 WRN and colorectal carcinoma

Data table

Data table column Disease/phenotype Priority score Literature
GraphQL API field evidences.rows[x].disease.name evidences.rows[x].resourceScore evidences.rows[x].literature
Sample data colorectal carcinoma 0.7375 1 publication

Within the data table, can we please do the following?

  1. Link the value in the "Disease/phenotype" column to the relevant profile page in the Platform
  2. Round the value in the "Priority score" column to 3 decimal points

Also, please note that each row will only have one literature reference as this source relies on a specific paper - Behan, F. et al, 2019.

QC checks

andrewhercules commented 3 years ago

With the new iteration of the GraphQL API, can we please make some adjustments to the CRISPR evidence data table?

Sample query: WRN and cancer

(evidences.rows[x].diseaseCellLines).length + evidences.rows[x].diseaseFromSource + cell lines

For example, assuming the first entry from the sample query above: 33 ovarian carcinoma cell lines

Also, create a link when the user clicks on the string that it opens the drawer component and shows the list of cell lines found in the evidences.rows[x].diseaseCellLines array

d0choa commented 3 years ago