Mercurial > repos > proteore > proteore_expression_rnaseq_abbased
comparison expression_rnaseq_abbased.xml @ 1:8dd24f13f923 draft
planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
author | proteore |
---|---|
date | Fri, 16 Feb 2018 04:09:32 -0500 |
parents | cf2fa609625b |
children | 5cdffe94464e |
comparison
equal
deleted
inserted
replaced
0:cf2fa609625b | 1:8dd24f13f923 |
---|---|
1 <tool id="rna_abbased_data" name="Expression from RNAseq/Ab-based data (Human Protein Atlas)" version="0.1.0"> | 1 <tool id="rna_abbased_data" name="Get annotation from RNAseq/Ab-based experiments (Human species)" version="0.1.0"> |
2 <description> | 2 <description> |
3 </description> | 3 </description> |
4 <requirements> | 4 <requirements> |
5 </requirements> | 5 </requirements> |
6 <stdio> | 6 <stdio> |
21 | 21 |
22 ]]></command> | 22 ]]></command> |
23 | 23 |
24 <inputs> | 24 <inputs> |
25 <conditional name="inputtype"> | 25 <conditional name="inputtype"> |
26 <param name="filetype" type="select" label="Select your type of input file"> | 26 <param name="filetype" type="select" label="Enter your list of Ensembl gene ID"> |
27 <option value="file_all">Input file containing your identifiers</option> | 27 <option value="file_all">Input file containing your IDs</option> |
28 <option value="copy_paste">Copy/paste your list of IDs</option> | 28 <option value="copy_paste">Copy/paste your list of IDs</option> |
29 </param> | 29 </param> |
30 <when value="copy_paste"> | 30 <when value="copy_paste"> |
31 <param name="genelist" type="text" label="Enter a list of identifiers"/> | 31 <param name="genelist" type="text" label="Enter a list of identifiers"/> |
32 </when> | 32 </when> |
33 <when value="file_all"> | 33 <when value="file_all"> |
34 <param name="genelist" type="data" format="txt,tabular" label="Choose a multiple-columns file" help="This file must imperatively have 1 column filled with IDs consistent with the database that will be used. Please use the MappingIDs component if this is not the case."/> | 34 <param name="genelist" type="data" format="txt,tabular" label="Choose your file" help="This file must imperatively have 1 column filled with Ensembl Gene IDs (ENSG). Please use the ID_Converter tool if this is not the case."/> |
35 <param name="column" type="text" label="Please specify the column where you would like to apply the comparison (e.g : Enter c1)" value="c1"/> | 35 <param name="column" type="text" label="Please specify the column where are your Ensembl gene IDs (e.g : Enter c1 if ENSG ID are in column n°1)" value="c1"/> |
36 <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false"> | 36 <param name="header" type="select" label="Does your file have a header?" multiple="false" optional="false"> |
37 <option value="TRUE" selected="true">Yes</option> | 37 <option value="TRUE" selected="true">Yes</option> |
38 <option value="FALSE" selected="false">No</option> | 38 <option value="FALSE" selected="false">No</option> |
39 </param> | 39 </param> |
40 </when> | 40 </when> |
41 </conditional> | 41 </conditional> |
42 <section name="options" title="RNAseq/Ab-based data expression options" expanded="True"> | 42 <section name="options" title="RNAseq/Ab-based expression data" expanded="True"> |
43 <param name="hpaparams" type="select" label="Choose the expression from RNAseq/ab-based data you would like to add to your input" multiple="True" display="checkboxes"> | 43 <param name="hpaparams" type="select" label="Choose the information from RNAseq/ab-based data you want to add to your list (see below for details)" multiple="True" display="checkboxes"> |
44 <option value="Gene" selected="true">Gene name</option> | 44 <option value="Gene" selected="true">Gene name</option> |
45 <option value="Gene.description" selected="false">Gene description</option> | 45 <option value="Gene.description" selected="false">Gene description</option> |
46 <option value="Evidence">Evidence (at protein level, at transcript level or no evidence)</option> | 46 <option value="Evidence">Evidence (at protein level, at transcript level or no evidence)</option> |
47 <option value="Antibody">Antibody reference</option> | 47 <option value="Antibody">Antibody reference</option> |
48 <option value="RNA.tissue.category">RNA tissue category</option> | 48 <option value="RNA.tissue.category">RNA tissue category</option> |
49 <option value="Reliability..IH.">IH detection level</option> | 49 <option value="Reliability.IH">IH detection level</option> |
50 <option value="Reliability..IF.">IF detection level</option> | 50 <option value="Reliability.IF">IF detection level</option> |
51 <option value="Subcellular.location">Subcellular location</option> | 51 <option value="Subcellular.location">Subcellular location</option> |
52 <option value="RNA.TS.TPM">RNA tissue specificity abundance in 'Transcript Per Million'</option> | 52 <option value="RNA.TS.TPM">RNA tissue specificity abundance in 'Transcript Per Million'</option> |
53 <option value="TPM.max.in.non.specific">RNA non-specific tissue abundance in 'Transcript Per Million'</option> | 53 <option value="TPM.max.in.non.specific">RNA non-specific tissue abundance in 'Transcript Per Million'</option> |
54 </param> | 54 </param> |
55 </section> | 55 </section> |
56 | 56 |
57 </inputs> | 57 </inputs> |
58 | 58 |
59 | 59 |
60 <outputs> | 60 <outputs> |
61 <data name="output" format="tabular" label="abc"/> | 61 <data name="output" format="tabular" label=""/> |
62 </outputs> | 62 </outputs> |
63 | 63 |
64 <tests> | 64 <tests> |
65 <test> | 65 <test> |
66 <conditional name="inputtype"> | 66 <conditional name="inputtype"> |
67 <param name="filetype " value="file_all"/> | 67 <param name="filetype " value="file_all"/> |
68 <param name="genelist" value="mitochondrion_enzymes_Nextprot.txt"/> | 68 <param name="genelist" value="ID_Converter_Lacombe_et_al_2017_OK.txt"/> |
69 <param name="column" value="c1"/> | 69 <param name="column" value="c8"/> |
70 <param name="header" value="TRUE"/> | 70 <param name="header" value="TRUE"/> |
71 </conditional> | 71 </conditional> |
72 <section name="options"> | 72 <section name="options"> |
73 <param name="hpaparams" value="Gene,Gene.description,Reliability..IH.,Subcellular.location,TPM.max.in.non.specific"/> | 73 <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"/> |
74 </section> | 74 </section> |
75 <output name="output" file="output_expression_rnaseq_abbased_data.tab"/> | 75 <output name="output" file="Get_annotation_RNAseq.txt"/> |
76 </test> | 76 </test> |
77 </tests> | 77 </tests> |
78 | 78 |
79 <help><![CDATA[ | 79 <help><![CDATA[ |
80 | 80 |
81 This tool filters an input **tabular** file according to different databases. | 81 This tool adds expression information (RNAseq- or antibody-based experiments) from the Human Protein Atlas (HPA) database (https://www.proteinatlas.org/) to your protein list. |
82 | 82 |
83 **Input** | 83 **Input** |
84 | 84 |
85 Input can be a file containing multiple fields but with **at least one column of Ensembl gene IDs** or a list of Ensembl gene ids. If your input file contains other kind of IDs, please refer to the MappingIDs component to create a column of Ensembl gene IDs. | 85 Input can be either a list of Ensembl gene ids (copy/paste) or a file containing multiple fields but 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. |
86 | 86 |
87 **Databases** | 87 **Databases** |
88 | 88 |
89 The input file will be filtered using information from different sources : | 89 HPA source file: http://www.proteinatlas.org/download/proteinatlas.tab.gz |
90 | 90 |
91 - HPA normal tissue : will filter the input according to the data contained in the Human Protein Atlas webservice. Pertinent information, such as tissular location, will be added for each gene to your input file. | 91 **Annotation** |
92 | 92 |
93 - HPA cancer tissue : will filter the input according to the data contained in the Human Protein Atlas webservice for cancer. Pertinent information, such as tumor type, will be added for each gene to your input file. | 93 - Gene name: according to the HGNC (Hugo Gene Nomenclature Committee) |
94 | 94 |
95 **Parameters** | 95 - Gene description: entry description (full text) |
96 | 96 |
97 For HPA normal tissue : | 97 - Evidence: at protein level, at transcript level or no evidence |
98 | 98 |
99 - 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 . | 99 - Antibody reference: reference of the HPA antibody used for immunohistochemistry and immunocytochemistry/IF |
100 | 100 |
101 - level of detection IF : 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 . | 101 - 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 . |
102 | 102 |
103 - level of detection IH : 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#if . | 103 - 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 . |
104 | 104 |
105 For HPA cancer tissue : | 105 - 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 . |
106 | 106 |
107 - tumors : which tumors are associated with your protein-coding genes according to the Human Protein Atlas. | 107 - Subcellular location:according to HPA data. For more information, please refer to https://www.proteinatlas.org/about/assays+annotation#ifa |
108 | 108 |
109 - 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. | |
110 | |
111 - RNA non-specific tissue abundance in 'Transcript Per Million': please refer to http://www.proteinatlas.org/about/assays+annotation#rna. | |
109 | 112 |
110 **Outputs** | 113 **Outputs** |
111 | 114 |
112 The output will be a tabular file. The initial columns will be kept, but lines can be deleted due to the filtering process. Additional columns will be added according to which data you chose to filter your input with. | 115 The output is a tabular file. The initial columns are kept and new columns are added according to what type of annotation data you chose. |
113 | 116 |
117 ----- | |
114 | 118 |
115 **Data sources** | 119 .. class:: infomark |
116 | 120 |
117 The data for HPA normal tissue was retrieved from the Human Protein Atlas downloadable data repository (http://www.proteinatlas.org/download/proteinatlas.tab.gz). | 121 **Authors** |
118 | 122 |
119 The data for HPA cancer was retrieved from the Human Protein Atlas downloadable data repository (http://www.proteinatlas.org/download/cancer.csv.zip). | 123 Lisa Peru, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR |
124 | |
125 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform | |
126 | |
127 This work has been partially funded through the French National Agency for Research (ANR) IFB project. | |
128 | |
129 Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool. | |
130 | |
120 ]]></help> | 131 ]]></help> |
121 | 132 |
122 <citations> | 133 <citations> |
123 </citations> | 134 </citations> |
124 | 135 |