Jeffrey
Jeffrey
Example case: [Regulation of TP53 Activity through Methylation | Reactome](http://www.pathwaycommons.org/pathways/#/view?uri=http%3A%2F%2Fidentifiers.org%2Freactome%2FR-HSA-6804760) for TTC5 which should show two phosphorylation state variables (203, 221) but only shows first. 
Another odd side-effect of this issue is that the state var/unit of information displayed is non-deterministic: e.g. [This biofactoid doc](https://biofactoid.org/document/4dcf350d-3eb5-43dc-870c-6aa2e7cbc3f6) the GCLM state variable shown can be either `demethylate` or...
Two questions based on trying a few examples: 1. What does top k do? 2. What if any, are the constraints on the POST request if I include `text`? (should...
> @jvwong Does the readme on `develop` answer question 1? (see [here](https://github.com/PathwayCommons/semantic-search/tree/develop#usage), "The return value is a JSON representation of the `top_k` most similar documents (defaults to 10)" > >...
> > I'm not clear on how to interpret the output based on the input: > > ``` > > * e.g. I give you 1 query uid, 3 document...
> > This sorta breaks from the original idea of: "Rank the provided query against the provided documents". > > I see. Yeah, this is why I was trying to...