Difference between revisions of "BioHub"
From BioUML platform
Tagir Valeev (Talk | contribs) (Created page with "{{Stub}} '''BioHub''' is a general concept in BioUML. It represents some functional entity which is able to match biological objects to some other objects using some matc...") |
Tagir Valeev (Talk | contribs) |
||
Line 8: | Line 8: | ||
* [[Classification hub]]: BioHub which matches input IDs to the set of classification groups and gathers additional statistics. It's used in some analyses like [[Functional classification (analysis)|Functional classification]]. | * [[Classification hub]]: BioHub which matches input IDs to the set of classification groups and gathers additional statistics. It's used in some analyses like [[Functional classification (analysis)|Functional classification]]. | ||
* [[KeyNodes hub]]: BioHub which can be used in [[Regulator search (analysis)|Regulator search]] or [[Effector search (analysis)|Effector search]]. | * [[KeyNodes hub]]: BioHub which can be used in [[Regulator search (analysis)|Regulator search]] or [[Effector search (analysis)|Effector search]]. | ||
+ | |||
+ | To register the BioHub use [[Biohub (extension point)|biohub extension point]]. | ||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 11:18, 20 May 2013
This page or section is a stub. Please add more information here! |
BioHub is a general concept in BioUML. It represents some functional entity which is able to match biological objects to some other objects using some matching rules. In Java code every BioHub implements BioHub
interface.
There are several sorts of BioHubs:
- Matching BioHub: BioHub which allows matching between different kinds of identificators (for example, between Ensembl proteins and RefSeq proteins). It's the main brick used in Convert table analysis.
- Graph search hub: BioHub which can be used for Graph search function.
- Classification hub: BioHub which matches input IDs to the set of classification groups and gathers additional statistics. It's used in some analyses like Functional classification.
- KeyNodes hub: BioHub which can be used in Regulator search or Effector search.
To register the BioHub use biohub extension point.