annotate add_expression_data.xml @ 15:208b87582b4c draft default tip

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