View source: R/exploreConvPath.R
exploreConvPath | R Documentation |
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,
showLegend = TRUE,
verbose = FALSE
)
from.id |
the first identifier |
to.id |
the second identifier |
from |
the type of entity: |
from.source |
the identifier source: database or platform. Guessed if not provided |
to |
the type of entity: |
to.source |
the identifier source: database or platform. Guessed if not provided |
edgeDirection |
a logical value indicating if the direction of the edges should be drawn. |
showLegend |
boolean. If TRUE the legend is displayed. |
verbose |
if TRUE the cypher query is shown |
## Not run:
exploreConvPath(
from.id="ENST00000413465",
from="Transcript", from.source="Ens_transcript",
to.id="ENSMUST00000108658",
to="Transcript", to.source="Ens_transcript"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.