5
|
1 <tool id="protein_rna_correlation" name="protein_rna_correlation" version="0.0.2">
|
|
2 <description>Correlation between protein and transcript expression </description>
|
0
|
3 <requirements>
|
5
|
4 <requirement type="package" version="3.2.1">R</requirement>
|
|
5 <requirement type="package" version="0.0.1">r-protrnacorr</requirement>
|
9
|
6 <requirement type="package" version="9.10">ghostscript</requirement>
|
0
|
7 </requirements>
|
10
|
8 <command detect_errors="exit_code" interpreter="Rscript"><![CDATA[
|
|
9 protein_rna_correlation.r
|
|
10 $pe_exp
|
|
11 $ge_exp
|
|
12 $pe_idcol
|
|
13 $ge_idcol
|
|
14 $pe_expcol
|
|
15 $ge_expcol
|
|
16 $pe_idtype
|
|
17 $ge_idtype
|
|
18 $organism_map
|
|
19 $writeMapUnmap
|
|
20 $doScale
|
|
21 $html_file
|
|
22 $html_file.files_path]]>
|
|
23 </command>
|
0
|
24 <inputs>
|
|
25 <param name="pe_exp" type="data" format="tabular">
|
|
26 <label>Input Protein Expression File</label>
|
|
27 </param>
|
5
|
28 <param name="pe_idcol" type="integer" value="1">
|
0
|
29 <label>Column: Protein/Gene ID</label>
|
|
30 </param>
|
5
|
31 <param name="pe_expcol" type="integer" value="1">
|
0
|
32 <label>Column: Protein Expression Values</label>
|
|
33 </param>
|
|
34
|
|
35 <param name="ge_exp" type="data" format="tabular">
|
|
36 <label>Input RNA Expression File</label>
|
|
37 </param>
|
|
38
|
5
|
39 <param name="ge_idcol" type="integer" value="1">
|
0
|
40 <label>Column: RNA/Gene ID</label>
|
|
41 </param>
|
5
|
42 <param name="ge_expcol" type="integer" value="1">
|
0
|
43 <label>Column: RNA Expression Values</label>
|
|
44 </param>
|
|
45
|
5
|
46 <param name="pe_idtype" type="select" label="Protein ID type">
|
|
47 <option value="Ensembl_with_version" selected="True">Ensembl</option>
|
|
48 <option value="uniprot">Uniprot</option>
|
|
49 <option value="hgnc">HGNC</option>
|
0
|
50 </param>
|
|
51
|
5
|
52 <param name="ge_idtype" type="select" label="Transcript ID type">
|
|
53 <option value="Ensembl_with_version" selected="True">Ensembl</option>
|
|
54 <option value="uniprot">Uniprot</option>
|
|
55 <option value="hgnc">HGNC</option>
|
0
|
56 </param>
|
|
57
|
|
58 <param name="organism_map" type="data" format="tabular">
|
|
59 <label>Biomart ID Mapping file (.map)</label>
|
|
60 </param>
|
|
61
|
5
|
62 <param name="writeMapUnmap" type="boolean" checked="true" truevalue="1" falsevalue="0">
|
0
|
63 <label>Create the list of Mapped and Unmapped Identifiers in HTML</label>
|
|
64 </param>
|
|
65
|
5
|
66 <param name="doScale" type="boolean" checked="true" truevalue="1" falsevalue="0">
|
0
|
67 <label>Scale the abundance values</label>
|
|
68 </param>
|
|
69
|
|
70 </inputs>
|
|
71
|
|
72 <outputs>
|
5
|
73 <data format="html" name="html_file" label="protein_rna_corr_${tool.name}.html"/>
|
0
|
74 </outputs>
|
|
75
|
|
76 <tests>
|
|
77 <test>
|
|
78 <param name="pe_exp" value="PE_mouse_singlesample.txt"/>
|
|
79 <param name="pe_idcol" value="7"/>
|
|
80 <param name="ge_exp" value="GE_mouse_singlesample.txt"/>
|
|
81 <param name="ge_idcol" value="1"/>
|
|
82 <param name="pe_expcol" value="13"/>
|
|
83 <param name="ge_expcol" value="10"/>
|
|
84 <param name="pe_idtype" value="Ensembl_with_version"/>
|
|
85 <param name="ge_idtype" value="Ensembl_with_version"/>
|
|
86 <param name="organism_map" value="mmusculus_gene_ensembl__GRCm38.p6.map"/>
|
5
|
87 <param name="writeMapUnmap" value="true"/>
|
|
88 <param name="doScale" value="true"/>
|
|
89 <output name="html_file" file="protein_rna_corr_protein_transcript_correlation.html"/>
|
0
|
90 </test>
|
|
91 </tests>
|
|
92
|
5
|
93 <help><![CDATA[
|
0
|
94 Proteome Transcriptome Correlation
|
|
95 Developer: Priyabrata Panigrahi
|
5
|
96 ]]></help>
|
|
97 <citations>
|
|
98 <citation type="bibtex">
|
|
99 @misc{protein_rna_correlation,
|
|
100 author={Panigrahi, Priyabrata},
|
|
101 year={2018},
|
|
102 title={ProteinRNACorrelation}
|
|
103 }
|
|
104 </citation>
|
|
105 </citations>
|
0
|
106 </tool>
|