powered by
This function uses visNetwork to draw all the shortest convertion paths between two identifiers (including ProbeID).
exploreConvPath( from.id, to.id, from, from.source, to, to.source, edgeDirection = FALSE, verbose = FALSE )
the first identifier
the second identifier
the type of entity: listBe() or Probe. Guessed if not provided
listBe()
the identifier source: database or platform. Guessed if not provided
a logical value indicating if the direction of the edges should be drawn.
if TRUE the cypher query is shown
if (FALSE) { exploreConvPath( from.id="ENST00000413465", from="Transcript", from.source="Ens_transcript", to.id="ENSMUST00000108658", to="Transcript", to.source="Ens_transcript" ) }
Run the code above in your browser using DataLab