-
Couldn't load subscription status.
- Fork 7
Description
Description
Q: What is the name of the feature?
A: Network Explorer: Interaction information
Q: What does this feature enable the user to do?
A: Identify "at a glance" what relevant interaction evidence an article contains; provide more context. Enable users to triage articles.
Q: What information must the user provide to use the feature?
A: Select element within the Explorer network.
Q: What are the applicable constraints, e.g. compatibility or performance?
A: We've got more experience with INDRA, so look out for edge cases:
- A large number of interactions (INDRA 'statements') are returned and must be triaged
- No interactions (statements) are returned
- A large amount of papers (evidence) is returned and must be triaged
- How to deal with two types of papers/evidence:
- No text snippet available
- Text snippet available
Q: How does this feature affect each class of user (persona)?
A: I considered this question from a biologists point of view. It was never clear to me why articles were being displayed for a selected interaction or participant. To find out exactly why, at least in a couple of cases I followed up on, would require perhaps a few hours. It also helps to know the type of article (review, research), for greater context.
From a wider perspective, its clear that we should strive to offer information that is unique and 'sticky'. There's really interesting stuff from INDRA we're already retrieving, its just a matter of using it. By the same token, we'll be able to judge more easily when the items we're offering are of poor quality (and so will users).
Specification
Mockup
I'm using Ben/John's entry (Sorger) as a worked example: Encoding Growth Factor Identity in the Temporal Dynamics of FOXO3 under the Combinatorial Control of ERK and AKT Kinases. Cell Syst 6 2018
Case I: Evidence for interaction
Notes:
- Tell me that its a review is important and can help contextualize a text snippet
Case II: No evidence
The point here really is that if its a truly novel interaction, we should be explicit about this, rather than "back-fill" other papers into this section or view it as some failure of the approach. Just say "nothing here to see".
Details
Getting data from INDRA is mostly the same, but the changes are downstream:
- Retrieve statements from INDRA by search via participant Uniprot ID (
/statements/from_agents) - Sort statements:
- Interaction text (template, e.g. "AKT1 inhibits FOXO3 via phosphorylation") vs.
- English version of statement (
/assemblers/english, e.g. "AKT phosphorylates FOXO3 on T32.")
- Sort evidence
- Interaction text (template, e.g. "AKT1 inhibits FOXO3 via phosphorylation") vs.
- Case
- text snippet (e.g. "Knockdown of either AKT1 or AKT2 in Hella cells seems to reduce FoxO3 phosphorylation equally well [43].”)
- no snippet: Title/abstract
Future
- Document-level related snipppets/papers
- Deep linking to document text
- Shareable links for snipppets
