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