Mercurial > repos > proteore > proteore_kegg_pathways_coverage
annotate kegg_identification.xml @ 6:f4e32dee3b28 draft default tip
"planemo upload commit 151e7b469b231bbc43c4c39e8e836b05ab6d2253-dirty"
author | proteore |
---|---|
date | Mon, 17 May 2021 12:29:42 +0000 |
parents | 86d2f0377e69 |
children |
rev | line source |
---|---|
6
f4e32dee3b28
"planemo upload commit 151e7b469b231bbc43c4c39e8e836b05ab6d2253-dirty"
proteore
parents:
5
diff
changeset
|
1 <tool id="kegg_identification" name="KEGG pathways mapping and coverage" version="2021.04.12"> |
4
1fb202eb3609
planemo upload commit b8671ffe2e12dc6612b971a3e6e1dc71496aefd0
proteore
parents:
3
diff
changeset
|
2 <description>[PathView]</description> |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
3 <requirements> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
4 <requirement type="package" version="1.18.0">bioconductor-keggrest</requirement> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
5 </requirements> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
6 <command detect_errors="exit_code"><![CDATA[ |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
7 Rscript $__tool_directory__/kegg_identification.R |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
8 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
9 #if $input.ids == "text" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
10 --id_list="$input.txt" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
11 #else |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
12 --input="$input.file" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
13 --id_column="$input.ncol" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
14 --header="$input.header" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
15 #end if |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
16 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
17 --id_type="$id_type" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
18 --output="$output1" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
19 --nb_pathways="$nb_pathways" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
20 --species="$species" |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
21 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
22 ]]></command> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
23 <inputs> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
24 <conditional name="input" > |
3
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
25 <param name="ids" type="select" label="Enter your IDs (Entrez gene IDs, KEGG IDs, UniProt Accession number)" help="Copy/paste or from a file (e.g. table)" > |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
26 <option value="text">Copy/paste your IDs</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
27 <option value="file" selected="true">Input file containing your IDs</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
28 </param> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
29 <when value="text" > |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
30 <param name="txt" type="text" label="Copy/paste your IDs" help='IDs must be separated by tab, space or carriage return into the form field, for example: hsa:3306 hsa:22948' > |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
31 <sanitizer invalid_char=''> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
32 <valid initial="string.printable"> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
33 <remove value="'"/> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
34 </valid> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
35 <mapping initial="none"> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
36 <add source="'" target="__sq__"/> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
37 </mapping> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
38 </sanitizer> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
39 </param> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
40 </when> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
41 <when value="file" > |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
42 <param name="file" type="data" format="txt,tabular,tsv" label="Select your file" help="" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
43 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" /> |
2
60368fca9772
planemo upload commit 89cd1b5f2ca7b135abfe2d9ed18bf2478a59e099-dirty
proteore
parents:
1
diff
changeset
|
44 <param name="ncol" type="text" value="c1" label="Column number of IDs" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on'> |
60368fca9772
planemo upload commit 89cd1b5f2ca7b135abfe2d9ed18bf2478a59e099-dirty
proteore
parents:
1
diff
changeset
|
45 <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator> |
60368fca9772
planemo upload commit 89cd1b5f2ca7b135abfe2d9ed18bf2478a59e099-dirty
proteore
parents:
1
diff
changeset
|
46 </param> |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
47 </when> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
48 </conditional> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
49 <param name="id_type" type="select" label="Select IDs" > |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
50 <option value="ncbi-geneid" selected="true">Entrez Gene ID</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
51 <option value="kegg-id">KEGG gene ID</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
52 <option value="uniprot">UniProt Accession number</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
53 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
54 </param> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
55 <param name="species" type="select" label="Species"> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
56 <option value="hsa">Human (Homo sapiens)</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
57 <option value="mmu">Mouse (Mus musculus)</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
58 <option value="rno">Rat (Rattus norvegicus)</option> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
59 </param> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
60 <param type="integer" name="nb_pathways" label="Set number of pathways to be displayed" value="10" help="Pathways are sorted by percent of mapping gene by pathway in descending order"/> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
61 </inputs> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
62 <outputs> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
63 <data name="output1" format="tsv" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
64 </outputs> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
65 <tests> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
66 <test> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
67 <conditional name="input" > |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
68 <param name="ids" value="file"/> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
69 <param name="file" value="SPZ.soluble_kegg_id.txt" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
70 <param name="header" value="true" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
71 <param name="ncol" value="c2" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
72 </conditional> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
73 <param name="id_type" value="kegg-id" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
74 <param name="species" value="hsa" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
75 <param name="nb_pathways" value="20" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
76 <output name="output1" value="test.tsv" /> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
77 </test> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
78 </tests> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
79 <help><![CDATA[ |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
80 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
81 **Description** |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
82 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
83 This tool maps a list of identifiers to all KEGG pathways and returns a list of KEGG pathways sorted by the percentage of coverage for each pathway. This is done by computing the number of KEGG genes IDs from your list divided by the total number of KEGG genes ID of the selected species for each KEGG pathway. |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
84 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
85 It allows you to directly identify KEGG pathways that are the most covered by your gene/protein list. |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
86 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
87 ----- |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
88 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
89 **Input** |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
90 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
91 Input can be either a list of IDs or a file containing multiple columns but with at least one column of IDs (e.g. hsa:04970). |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
92 Input IDs type can be Entrez gene ID (e.g. 2243), KEGG gene ID (e.g. hsa:2243 in homo sapiens) or Uniprot accession number (e.g. P02671). |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
93 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
94 .. class:: warningmark |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
95 |
3
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
96 If you use Uniprot accession number, it will be converted to KEGG gene ID; this step can be time consuming. KEGG database being "gene-centric" we recommend the use of Entrez gene IDs. |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
97 |
3
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
98 If your input file contains other type of ID (than those allowed), please use the ID_Converter tool. |
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
99 |
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
100 In copy/paste mode, the number of IDs considered in input is limited to 5000. |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
101 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
102 ----- |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
103 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
104 **Parameters** |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
105 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
106 "Set number of pathways to be displayed": by default the number of pathway to be displayed is set to 10 and sorted in descending order. |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
107 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
108 "Species": three species are supported: Human (Homo sapiens), Mouse (Mus musculus) and Rat (Rattus norvegicus). |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
109 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
110 ----- |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
111 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
112 **Output:** |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
113 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
114 The output is a tabular file (.tsv) with the following columns: |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
115 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
116 * **Pathway_ID:** KEGG pathway identifier (e.g. hsa04970) |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
117 * **Description:** name of the pathway as in KEGG |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
118 * **Ratio IDs mapped/total IDs (%):** pathway coverage in percentage |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
119 * **nb KEGG genes IDs mapped in the pathway:** number of KEGG genes from your list mapped to the KEGG pathway |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
120 * **nb total of KEGG genes IDs present in the pathway:** total number of KEGG genes present in the KEGG pathway |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
121 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
122 ----- |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
123 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
124 .. class:: infomark |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
125 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
126 **Data source (release date)** |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
127 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
128 Pathways and KEGG genes IDs are collected via KEGGREST package. |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
129 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
130 User manual / Documentation: KEGGREST Bioconductor package https://bioconductor.org/packages/3.1/bioc/html/KEGGREST.html |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
131 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
132 ----- |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
133 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
134 .. class:: infomark |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
135 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
136 **Galaxy integration** |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
137 |
3
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
138 David Christiany, Florence Combes, Yves Vandenbrouck - CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
139 |
3
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
140 Sandra Dérozier, Olivier Rué, Valentin Loux - INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
141 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
142 This work has been partially funded through the French National Agency for Research (ANR) IFB project. |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
143 |
3
0308c2d81607
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
2
diff
changeset
|
144 Help: contact@proteore.org for any questions or concerns about this tool. |
1
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
145 |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
146 ]]></help> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
147 <citations> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
148 <citation type="bibtex"> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
149 @misc{githubKEGGREST, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
150 title = {KEGGREST: Client-side REST access to KEGG}, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
151 author = {Dan Tenenbaum}, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
152 year = {2018}, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
153 note = {R package version 1.18.1}, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
154 publisher = {GitHub}, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
155 journal = {GitHub repository}, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
156 url = {https://github.com/Bioconductor/KEGGREST}, |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
157 }</citation> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
158 </citations> |
d600ce7f2484
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b-dirty
proteore
parents:
diff
changeset
|
159 </tool> |