Difference between revisions of "Find shortest path between two sets (analysis)"
From BioUML platform
m (Protected "Find shortest path between two sets (analysis)": Autogenerated page ([edit=sysop] (indefinite))) |
(Automatic synchronization with BioUML) |
||
Line 20: | Line 20: | ||
* '''Max radius''' – Maximal search radius | * '''Max radius''' – Maximal search radius | ||
* '''Search collection''' – Collection containing reactions | * '''Search collection''' – Collection containing reactions | ||
+ | * '''Custom search collection''' – Path to the custom search collection | ||
* '''Species''' – Species to which analysis should be confined | * '''Species''' – Species to which analysis should be confined | ||
* '''Output collection''' – Path to table with results | * '''Output collection''' – Path to table with results |
Latest revision as of 16:33, 12 March 2019
- Analysis title
- Find shortest path between two sets
- Provider
- geneXplain GmbH
- Class
ShortestPathsBetweenSetsFinder
- Plugin
- biouml.plugins.keynodes (Master regulator node analysis plugin)
[edit] Description
Analysis finds the shortest paths (in the specified direction: upstream, downstream of both) from molecules of the Start set to the molecules of the End set. Length of such paths is limited by the selected maximal search radius.
It outputs the table where each row corresponds to the molecule from the Start set. And for each row of this table column 'Hit names' it contains all molecules from the End set for which was found the path from the appropriate molecule from the Start set.
[edit] Parameters:
- Start set – Set with elements to start path with
- End set – Set with elements to end path with
- Search direction – Direction to perform search in (either upstream, downstream reactions or both directions)
- Max radius – Maximal search radius
- Search collection – Collection containing reactions
- Custom search collection – Path to the custom search collection
- Species – Species to which analysis should be confined
- Output collection – Path to table with results