Mercurial > repos > metexplore > met4j
comparison tools/networkAnalysis/TopologicalPathwayAnalysis/TopologicalPathwayAnalysis.xml @ 11:40c15b7467f1 draft default tip
planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 61dbdbae896d18b519a470e056cb8b4f98394518
author | metexplore |
---|---|
date | Thu, 13 Feb 2025 15:08:22 +0000 |
parents | 6a112eaf8f38 |
children |
comparison
equal
deleted
inserted
replaced
10:6a112eaf8f38 | 11:40c15b7467f1 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 <tool id="met4j_TopologicalPathwayAnalysis" name="TopologicalPathwayAnalysis" version="2.0.0"> | 2 <tool id="met4j_TopologicalPathwayAnalysis" name="TopologicalPathwayAnalysis" version="2.0.1"> |
3 <description>Run a Topological Pathway Analysis (TPA) to identify key pathways based on topological properties of its constituting compounds.</description> | 3 <description>Run a Topological Pathway Analysis (TPA) to identify key pathways based on topological properties of its constituting compounds.</description> |
4 <xrefs> | 4 <xrefs> |
5 <xref type="bio.tools">met4j</xref> | 5 <xref type="bio.tools">met4j</xref> |
6 </xrefs> | 6 </xrefs> |
7 <requirements> | 7 <requirements> |
8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:2.0.0</container> | 8 <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:2.0.1</container> |
9 </requirements> | 9 </requirements> |
10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.TopologicalPathwayAnalysis -i "$inputPath" | 10 <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh networkAnalysis.TopologicalPathwayAnalysis -i "$inputPath" |
11 #if str($inputSide) != 'None': | 11 #if str($inputSide) != 'None': |
12 -sc "$inputSide" | 12 -sc "$inputSide" |
13 #end if | 13 #end if |
40 <outputs> | 40 <outputs> |
41 <data format="tsv" name="outputPath"/> | 41 <data format="tsv" name="outputPath"/> |
42 </outputs> | 42 </outputs> |
43 <tests> | 43 <tests> |
44 <test> | 44 <test> |
45 | |
45 <param name="inputPath" value="XF_network.sbml"/> | 46 <param name="inputPath" value="XF_network.sbml"/> |
47 | |
46 <param name="dataPath" value="XF_network_C_NOI.txt"/> | 48 <param name="dataPath" value="XF_network_C_NOI.txt"/> |
49 | |
47 <param name="inputSide" value="XF_network_C_Side.tab"/> | 50 <param name="inputSide" value="XF_network_C_Side.tab"/> |
51 | |
48 <output name="outputPath"> | 52 <output name="outputPath"> |
53 | |
49 <assert_contents> | 54 <assert_contents> |
55 | |
50 <has_n_columns n="3"/> | 56 <has_n_columns n="3"/> |
57 | |
51 <has_n_lines n="3"/> | 58 <has_n_lines n="3"/> |
59 | |
52 </assert_contents> | 60 </assert_contents> |
61 | |
53 </output> | 62 </output> |
63 | |
54 </test> | 64 </test> |
55 <test> | 65 <test> |
66 | |
56 <param name="inputPath" value="XF_network.sbml"/> | 67 <param name="inputPath" value="XF_network.sbml"/> |
68 | |
57 <param name="dataPath" value="XF_network_C_NOI.txt"/> | 69 <param name="dataPath" value="XF_network_C_NOI.txt"/> |
70 | |
58 <param name="inputSide" value="XF_network_C_Side.tab"/> | 71 <param name="inputSide" value="XF_network_C_Side.tab"/> |
72 | |
59 <param name="undirected" value="true"/> | 73 <param name="undirected" value="true"/> |
74 | |
60 <param name="removeIsolated" value="true"/> | 75 <param name="removeIsolated" value="true"/> |
76 | |
61 <param name="out" value="true"/> | 77 <param name="out" value="true"/> |
78 | |
62 <param name="mergingStrat" value="by_id"/> | 79 <param name="mergingStrat" value="by_id"/> |
80 | |
63 <output name="outputPath"> | 81 <output name="outputPath"> |
82 | |
64 <assert_contents> | 83 <assert_contents> |
84 | |
65 <has_n_columns n="3"/> | 85 <has_n_columns n="3"/> |
86 | |
66 <has_n_lines n="3"/> | 87 <has_n_lines n="3"/> |
88 | |
67 </assert_contents> | 89 </assert_contents> |
90 | |
68 </output> | 91 </output> |
92 | |
69 </test> | 93 </test> |
70 </tests> | 94 </tests> |
71 <help><![CDATA[Run a Topological Pathway Analysis (TPA) to identify key pathways based on topological properties of its constituting compounds. | 95 <help><![CDATA[Run a Topological Pathway Analysis (TPA) to identify key pathways based on topological properties of its constituting compounds. |
72 From a list of compounds of interest, the app compute their betweenness centrality (which quantifies how often a compound acts as a intermediary along the shortest paths between pairs of other compounds in the network, which, if high, suggest a critical role in the overall flow within the network). Each pathway is scored according to the summed centrality of its metabolites found in the dataset. Alternatively to the betweenness, one can make use of the out-degree (the number of outgoing link, i.e. number of direct metabolic product) as a criterion of importance. TPA is complementary to statistical enrichment analysis to ensures a more meaningful interpretation of the data, by taking into account the influence of identified compounds on the structure of the pathways.]]></help> | 96 From a list of compounds of interest, the app compute their betweenness centrality (which quantifies how often a compound acts as a intermediary along the shortest paths between pairs of other compounds in the network, which, if high, suggest a critical role in the overall flow within the network). Each pathway is scored according to the summed centrality of its metabolites found in the dataset. Alternatively to the betweenness, one can make use of the out-degree (the number of outgoing link, i.e. number of direct metabolic product) as a criterion of importance. TPA is complementary to statistical enrichment analysis to ensures a more meaningful interpretation of the data, by taking into account the influence of identified compounds on the structure of the pathways.]]></help> |
73 <citations/> | 97 <citations/> |