annotate add_expression_data.xml @ 6:ea59f5750c51 draft

planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
author proteore
date Thu, 27 Jun 2019 03:56:26 -0400
parents e919b55188ab
children fda784211e3a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
1 <tool id="rna_abbased_data" name="Add expression data" version="2019.06.27">
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
2 <description> (RNAseq or Immuno-assays)[Human Protein Atlas]
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
3 </description>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
4 <requirements>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
5 <requirement type="package" version="3.4.1">R</requirement>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
6 </requirements>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
7 <stdio>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
8 <exit_code range="1:" />
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
9 </stdio>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
10 <command><![CDATA[
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
11
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
12 #if $inputtype.filetype == "copy_paste":
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
13
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
14 Rscript $__tool_directory__/add_expression_HPA.R --inputtype="copypaste" --input='$inputtype.genelist' --atlas="$__tool_directory__/proteinatlas.csv" --select='$options.hpaparams' --output='$output'
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
15
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
16 #else
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
17
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
18 Rscript $__tool_directory__/add_expression_HPA.R --inputtype="tabfile" --input='$inputtype.genelist' --header='$inputtype.header' --atlas="$__tool_directory__/proteinatlas.csv" --column='$inputtype.column' --select='$options.hpaparams' --output='$output'
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
19
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
20 #end if
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
21
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
22
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
23 ]]></command>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
24
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
25 <inputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
26 <conditional name="inputtype">
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
27 <param name="filetype" type="select" label="Enter your IDs (Ensembl gene IDs only, e.g. ENSG00000064787)" help="Copy/paste or from a file (e.g. table)">
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
28 <option value="file_all" selected="true">Input file containing your IDs</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
29 <option value="copy_paste">Copy/paste your list of IDs</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
30 </param>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
31 <when value="copy_paste">
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
32 <param name="genelist" type="text" label="Enter a list of IDs">
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
33 <sanitizer>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
34 <valid initial="string.printable">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
35 <remove value="&apos;"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
36 </valid>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
37 <mapping initial="none">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
38 <add source="&apos;" target="__sq__"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
39 </mapping>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
40 </sanitizer>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
41 </param>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
42 </when>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
43 <when value="file_all">
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
44 <param name="genelist" type="data" format="txt,tabular" label="Select your file" help=""/>
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
45 <param name="column" type="text" label="Column IDs (e.g : Enter c1 if ENSG ID are in column n°1)" value="c1">
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
46 <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator>
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
47 </param>
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
48 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?"/>
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
49 </when>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
50 </conditional>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
51 <section name="options" title="RNAseq/Ab-based expression data" expanded="True">
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
52 <param name="hpaparams" type="select" label="Select information to add to your list" multiple="True" display="checkboxes" optional="false" >
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
53 <option value="Gene" selected="true">Gene name</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
54 <option value="Gene description" selected="false">Gene description</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
55 <option value="Evidence">Evidence (at protein level, at transcript level or no evidence)</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
56 <option value="Antibody">Antibody reference</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
57 <option value="RNA tissue category">RNA tissue category</option>
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
58 <option value="Reliability (IH)">IH detection level</option>
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
59 <option value="Reliability (IF)">IF detection level</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
60 <option value="Subcellular location">Subcellular location</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
61 <option value="RNA TS TPM">RNA tissue specificity abundance in 'Transcript Per Million'</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
62 <option value="TPM max in non-specific">RNA non-specific tissue abundance in 'Transcript Per Million'</option>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
63 </param>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
64 </section>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
65
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
66 </inputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
67
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
68
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
69 <outputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
70 <data name="output" format="tsv" label=""/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
71 </outputs>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
72
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
73 <tests>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
74 <test>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
75 <conditional name="inputtype">
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
76 <param name="filetype " value="file_all"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
77 <param name="genelist" value="ID_Converter_Lacombe_et_al_2017_OK.txt"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
78 <param name="column" value="c8"/>
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
79 <param name="header" value="true"/>
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
80 </conditional>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
81 <section name="options">
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
82 <param name="hpaparams" value="Gene,Gene description,Evidence,Antibody,RNA tissue category,Reliability (IH),Reliability (IF),Subcellular location,RNA TS TPM,TPM max in non-specific"/>
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
83 </section>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
84 <output name="output" file="Get_annotation_RNAseq.txt"/>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
85 </test>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
86 </tests>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
87
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
88 <help><![CDATA[
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
89 **Description**
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
90
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
91 This tool adds expression annotation (RNAseq- or antibody-based experimental data - see "Parameters" below) from the Human Protein Atlas (HPA) database (https://www.proteinatlas.org/) to your gene/protein list.
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
92
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
93 -----
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
94
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
95 **Input**
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
96
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
97 Input can be either a list of Ensembl gene (ENSG) IDs (copy/paste mode) or a file containing multiple fields with at least one column of Ensembl gene IDs. If your input file contains other type of IDs, please use the ID_Converter tool to create a column of Ensembl gene IDs.
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
98
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
99 .. class:: warningmark
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
100
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
101 In copy/paste mode, the number of IDs considered in input is limited to 5000.
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
102
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
103 -----
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
104
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
105 **Parameters**
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
106
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
107 "Select information to add to your list": choose by clicking the following information:
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
108
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
109 - Gene name: according to the HGNC (Hugo Gene Nomenclature Committee)
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
110
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
111 - Gene description: entry description (full text)
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
112
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
113 - Evidence: at protein level, at transcript level or no evidence
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
114
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
115 - Antibody reference: reference of the HPA antibody used for immunohistochemistry and immunocytochemistry/IF
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
116
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
117 - RNA tissue category: categories based on RNA-Seq data to estimate the transcript abundance of each protein-coding gene in tissues. For more information, please refer to http://www.proteinatlas.org/about/assays+annotation#rna .
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
118
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
119 - IH detection level: level of detection of the protein associated to the coding gene tissues based on immunofluorescency. For more information, please refer to http://www.proteinatlas.org/about/assays+annotation#if .
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
120
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
121 - IF detection level:level of detection of the protein associated to the coding gene tissues based on immunohistochemistry. For more information, please refer to http://www.proteinatlas.org/about/assays+annotation#ih .
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
122
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
123 - Subcellular location:according to HPA data. For more information, please refer to https://www.proteinatlas.org/about/assays+annotation#ifa
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
124
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
125 - RNA tissue specificity abundance in 'Transcript Per Million': For each gene is reported the tissue specificity abundance in 'Transcript Per Million' (TPM) as the sum of the TPM values of all its protein-coding transcripts.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
126
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
127 - RNA non-specific tissue abundance in 'Transcript Per Million': please refer to http://www.proteinatlas.org/about/assays+annotation#rna.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
128
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
129 -----
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
130
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
131 **Output**
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
132
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
133 The output is a tabular file containing initial columns and new columns with annotation from HPA.
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
134
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
135 -----
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
136
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
137 **Data sources (release date)**
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
138
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
139 HPA source file (data are based on the Human Protein Atlas version 18.1 and Ensembl version 88.38): http://www.proteinatlas.org/download/proteinatlas.tab.gz
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
140
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
141 -----
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
142
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
143 .. class:: infomark
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
144
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
145 **Authors**
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
146
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
147 Lisa Perus, David Christiany, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck - CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
148
5
e919b55188ab planemo upload commit e51bfb0f336c151fefcccf97e0c34be60283fb3b-dirty
proteore
parents: 4
diff changeset
149 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux - INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
150
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
151 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
152
6
ea59f5750c51 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 5
diff changeset
153 Help: contact@proteore.org for any questions or concerns about this tool.
4
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
154
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
155 ]]></help>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
156
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
157 <citations>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
158 </citations>
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
159
3f9057cdfdde planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
160 </tool>