Right now there is a hard cut-off to not make the graph explode (100 relationships). That's probably OK, but only if these are the most important 100 relationships. Try to find "order by quality" queries, that help us find the most relevant connections.
Paper -> GeneSymbol
Patent -> GeneSymbol
and more importantly the other way around.
that's true for all the queries we have, specifically the tissues seem to be weighted and we need a cutoff, because the items can be found in a lot of tissues, typically. same for other relationships.
Right now there is a hard cut-off to not make the graph explode (100 relationships). That's probably OK, but only if these are the most important 100 relationships. Try to find "order by quality" queries, that help us find the most relevant connections. Paper -> GeneSymbol Patent -> GeneSymbol and more importantly the other way around.