Mercurial > repos > proteore > proteore_ms_observation_pepatlas
annotate Get_ms-ms_observations.xml @ 10:ef723082fc54 draft default tip
"planemo upload commit b061341e1157cccd90e33b945bc17705880b3e57"
author | proteore |
---|---|
date | Mon, 04 May 2020 03:29:36 -0400 |
parents | 8fdde324e99e |
children |
rev | line source |
---|---|
10
ef723082fc54
"planemo upload commit b061341e1157cccd90e33b945bc17705880b3e57"
proteore
parents:
8
diff
changeset
|
1 <tool id="retr_pepatlas1" name="Get MS/MS observations in tissue/fluid" version="2020.04.30"> |
8
8fdde324e99e
planemo upload commit b8671ffe2e12dc6612b971a3e6e1dc71496aefd0
proteore
parents:
7
diff
changeset
|
2 <description>[Human Peptide Atlas]</description> |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
3 <requirements> |
10
ef723082fc54
"planemo upload commit b061341e1157cccd90e33b945bc17705880b3e57"
proteore
parents:
8
diff
changeset
|
4 <requirement type="package" version="3.6.1">r-base</requirement> |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
5 </requirements> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
6 <stdio> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
7 <exit_code range="1:" /> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
8 </stdio> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
9 <command interpreter="Rscript"> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
10 $__tool_directory__/Get_ms-ms_observations.R |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
11 --input_type="$input.ids" |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
12 #if $input.ids == "list" |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
13 --input="$input.list" |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
14 #else |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
15 --input="$input.file" |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
16 --column_number="$input.ncol" |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
17 --header="$input.header" |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
18 #end if |
5
034cfb96a482
planemo upload commit b052261cf5cd6c2413e301a19d5c95d9794f1e81-dirty
proteore
parents:
4
diff
changeset
|
19 --atlas=${",".join([str(ref) if "peptide_atlas" in str(ref).split("/") else $__tool_directory__+"/"+str(ref) for ref in str($atlas).split(",")])} |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
20 --output="$output" |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
21 </command> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
22 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
23 <inputs> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
24 <conditional name="input" > |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
25 <param name="ids" type="select" label="Enter your IDs (UniProt Accession number only)" help="Copy/paste or from a file (e.g. table)" > |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
26 <option value="list">Copy/paste your IDs</option> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
27 <option value="file" selected="true">Input file containing your IDs </option> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
28 </param> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
29 <when value="list" > |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
30 <param name="list" type="text" label="Copy/paste your IDs" help='IDs must be separated by spaces into the form field, for example: P31946 P62258' > |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
31 <sanitizer> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
32 <valid initial="string.printable"> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
33 <remove value="'"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
34 </valid> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
35 <mapping initial="none"> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
36 <add source="'" target="__sq__"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
37 </mapping> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
38 </sanitizer> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
39 </param> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
40 </when> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
41 <when value="file" > |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
42 <param name="file" type="data" format="txt,tabular" label="Select your file" help="" /> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
43 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" /> |
5
034cfb96a482
planemo upload commit b052261cf5cd6c2413e301a19d5c95d9794f1e81-dirty
proteore
parents:
4
diff
changeset
|
44 <param name="ncol" type="text" value="c1" label="Column of IDs" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on'> |
034cfb96a482
planemo upload commit b052261cf5cd6c2413e301a19d5c95d9794f1e81-dirty
proteore
parents:
4
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> |
034cfb96a482
planemo upload commit b052261cf5cd6c2413e301a19d5c95d9794f1e81-dirty
proteore
parents:
4
diff
changeset
|
46 </param> |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
47 </when> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
48 </conditional> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
49 <!-- Peptide Atlas options --> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
50 <param name="atlas" type="select" display="checkboxes" multiple="true" label="Proteomics dataset (biological sample)" optional="false" > |
3
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
51 <options from_data_table="proteore_peptide_atlas"> |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
52 <filter type="sort_by" column="2"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
53 </options> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
54 </param> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
55 </inputs> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
56 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
57 <outputs> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
58 <data name="output" format="tsv" label=""/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
59 </outputs> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
60 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
61 <tests> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
62 <test> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
63 <conditional name="input"> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
64 <param name="ids" value="file"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
65 <param name="file" value="FKW_Lacombe_et_al_2017_OK.txt"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
66 <param name="ncol" value="c1"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
67 <param name="header" value="true"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
68 </conditional> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
69 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
70 <!--${__HERE__} does not work here, you must put absolute path here and in test-data/peptide_atlas.loc --> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
71 <param name="atlas" value="${__HERE__}/test-data/Human_Brain_18-07-2018.tsv"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
72 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
73 <output name="output" file="PeptideAtlas_output.txt"/> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
74 </test> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
75 </tests> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
76 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
77 <help><![CDATA[ |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
78 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
79 **Description** |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
80 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
81 Given a list of Uniprot accession number this tool indicates the number of times a protein has(ve) been observed in a given sample using LC-MS/MS proteomics approach. |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
82 Could be of interest for people who wants to know to what extent a protein is detectable (and to roughly estimate its level) in a given sample using MS-based proteomics. |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
83 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
84 ---- |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
85 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
86 **Input** |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
87 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
88 A list of Uniprot accession number (e.g. Q12860) provided either in a copy/paste mode or in the form of a file (in this case, it is necessary to specify the column where are your Uniprot accession number). |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
89 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
90 If your input file or list contains other type of IDs, please use the ID_Converter tool. |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
91 |
7
3e9ea4797b00
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
6
diff
changeset
|
92 .. class:: warningmark |
3e9ea4797b00
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
6
diff
changeset
|
93 |
3e9ea4797b00
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
6
diff
changeset
|
94 In copy/paste mode, the number of IDs considered in input is limited to 5000. |
3e9ea4797b00
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
6
diff
changeset
|
95 |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
96 ---- |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
97 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
98 **Parameters** |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
99 |
3
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
100 "Proteomics dataset (biological sample - date of downloading)": available human biological samples (tissue/organ/body fluid) analyzed by MS/MS and processed by Peptide Atlas are the following: adrenal gland, brain, breast, CSF (cerebrospinal fluid), colon cancer, digestive system, female and male reproductive system, heart, kidney, liver, lung, pancreas, plasma (non-glycosylated), spleen, testis, urinary bladder, urine. |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
101 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
102 ---- |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
103 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
104 **Output** |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
105 |
3
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
106 Additional columns are created for each selected proteomics sample reporting the total number of observation (called "ProteinProphet-adjusted N Obs") of all peptides detected by LC-MS/MS and assigned to a protein according to Peptide Atlas. |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
107 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
108 a “NA” means that no information has been reported suggesting that this protein has not been observed in the sample of interest. |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
109 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
110 ---- |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
111 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
112 **Data source (release date)** |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
113 |
3
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
114 Data source (release date)" - replace "MS/MS Proteomics dataset (also called "build") were retrieved from Peptide Atlas website through their query interface (in January 2019) with name and release date as follow: |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
115 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
116 - Human Adrenal Gland 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
117 - Human Brain 2015-01 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
118 - Human Breast 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
119 - Human CSF 2014-09 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
120 - Human Colon Cancer 2013-02 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
121 - Human Digestive System 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
122 - Human Female Reproductive System 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
123 - Human Heart 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
124 - Human Kidney 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
125 - Human Liver 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
126 - Human Lung 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
127 - Human Male Reproductive System 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
128 - Human Pancreas 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
129 - Human Plasma Non-Glyco 2017-04 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
130 - Human Spleen 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
131 - Human Testis 2017-01 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
132 - Human Urinary Bladder 2014-08 |
e446b013c048
planemo upload commit 23c8d2008471f194131da1c7705c8bb0b6388236-dirty
proteore
parents:
2
diff
changeset
|
133 - Human Urine 2014-08 |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
134 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
135 ---- |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
136 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
137 .. class:: infomark |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
138 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
139 **Authors** |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
140 |
7
3e9ea4797b00
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
6
diff
changeset
|
141 David Christiany, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
142 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
143 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
144 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
145 This work has been partially funded through the French National Agency for Research (ANR) IFB project. |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
146 |
7
3e9ea4797b00
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
proteore
parents:
6
diff
changeset
|
147 Help: contact@proteore.org for any questions or concerns about this tool. |
2
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
148 |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
149 ]]></help> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
150 <citations> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
151 </citations> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
152 </tool> |
6ab9d2778f04
planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents:
diff
changeset
|
153 |