comparison MetaboRank.xml @ 3:21dfe7a69f4b draft default tip

planemo upload for repository https://forge.inrae.fr/metexplore/met4j-galaxy commit e757d0398a8407d983f1ef3f900b31cafc26e170
author metexplore
date Wed, 21 Jan 2026 15:30:46 +0000
parents 8ba646336687
children
comparison
equal deleted inserted replaced
2:c3ee474cc203 3:21dfe7a69f4b
39 <param argument="-d" label="damping factor" name="dampingFactor" optional="true" type="float" value="0.85"/> 39 <param argument="-d" label="damping factor" name="dampingFactor" optional="true" type="float" value="0.85"/>
40 </inputs> 40 </inputs>
41 <outputs> 41 <outputs>
42 <data format="tsv" name="output"/> 42 <data format="tsv" name="output"/>
43 </outputs> 43 </outputs>
44 <tests> 44 <tests/>
45 <test>
46 <param name="sbmlFilePath" value="XF_network.sbml"/>
47 <param name="seedsFilePath" value="XF_network_C_Seed.tab"/>
48 <param name="inputSide" value="XF_network_C_Side.tab"/>
49 <output name="output">
50 <assert_contents>
51 <has_n_lines n="1100"/>
52 <has_n_columns n="11"/>
53 </assert_contents>
54 </output>
55 </test>
56 </tests>
57 <help><![CDATA[Compute the MetaboRank, a custom personalized PageRank for metabolic network. 45 <help><![CDATA[Compute the MetaboRank, a custom personalized PageRank for metabolic network.
58 The MetaboRank takes a metabolic network and a list of compounds of interest, and provide a score of relevance for all of the other compounds in the network. 46 The MetaboRank takes a metabolic network and a list of compounds of interest, and provide a score of relevance for all of the other compounds in the network.
59 The MetaboRank can, from metabolomics results, be used to fuel a recommender system highlighting interesting compounds to investigate, retrieve missing identification and drive literature mining. 47 The MetaboRank can, from metabolomics results, be used to fuel a recommender system highlighting interesting compounds to investigate, retrieve missing identification and drive literature mining.
60 It is a two dimensional centrality computed from personalized PageRank and CheiRank, with special transition probability and normalization to handle the specificities of metabolic networks. 48 It is a two dimensional centrality computed from personalized PageRank and CheiRank, with special transition probability and normalization to handle the specificities of metabolic networks.
61 For convenience, a one dimensional centrality rank is also computed from the highest rank from PageRank or CheiRank, and using lowest rank as tie-breaker. 49 For convenience, a one dimensional centrality rank is also computed from the highest rank from PageRank or CheiRank, and using lowest rank as tie-breaker.