annotate correlation_with_signature.xml @ 0:6f3da989b59d draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
author artbio
date Mon, 24 Jun 2019 07:18:35 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
1 <tool id="single_cell_gene_expression_correlations" name="single_cell_gene_expression_correlations" version="0.9.0">
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
2 <description>between genes or with a signature of selected genes</description>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
3 <requirements>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
4 <requirement type="package" version="1.3.2=r3.3.2_0">r-optparse</requirement>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
5 <requirement type="package" version="4.0_3=r3.3.2_0">r-hmisc</requirement>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
6 </requirements>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
7 <stdio>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
8 <exit_code range="1:" level="fatal" description="Tool exception" />
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
9 </stdio>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
11 Rscript $__tool_directory__/correlation_with_signature.R
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
12 --expression_file '$expression_file'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
13 --signatures_file '$signatures_file'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
14 --sep
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
15 #if $sep == 'tab':
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
16 'tab'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
17 #elif $sep == 'comma':
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
18 'comma'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
19 #end if
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
20 --colnames '$colnames'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
21 --sig_corr '$sig_corr'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
22 --gene_corr '$gene_corr'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
23 --gene_corr_pval '$gene_corr_pval'
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
24 ]]></command>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
25 <inputs>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
26 <param name="expression_file" type="data" format="txt" label="Expression data"
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
27 help="a csv or tsv file that contains log2(CPM +1) expression values" />
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
28 <param name="signatures_file" type="data" format="txt" label="signature values"
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
29 help="a csv or tsv file that contains cell signatures" />
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
30 <param name="sep" type="select" label="Indicate column separator"
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
31 help="Note that all input files must have the same format">
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
32 <option value="tab" selected="true">Tabs</option>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
33 <option value="comma">Comma</option>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
34 </param>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
35 <param name="colnames" type="select" label="Firt row contains column names"
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
36 help="chose whether your files contain a header row (often a good idea)" >
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
37 <option value="TRUE" selected="true">True</option>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
38 <option value="FALSE">False</option>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
39 </param>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
40 </inputs>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
41 <outputs>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
42 <data name="sig_corr" format="tabular" label="Genes-Signature correlations" />
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
43 <data name="gene_corr" format="tabular" label="Correlations r (all)" />
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
44 <data name="gene_corr_pval" format="tabular" label="Correlations p-values (all)" />
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
45 </outputs>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
46 <tests>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
47 <test>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
48 <param name="expression_file" value="gene_filtered_input.tsv" ftype="txt"/>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
49 <param name="signatures_file" value="signature.tsv" ftype="txt"/>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
50 <param name="sep" value='tab' />
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
51 <param name="colnames" value="TRUE"/>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
52 <output name="sig_corr" file="sig_corr.tsv" ftype="tabular"/>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
53 <output name="gene_corr" file="gene_corr.tsv" ftype="tabular"/>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
54 <output name="gene_corr_pval" file="gene_corr_pval.tsv" ftype="tabular"/>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
55 </test>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
56 </tests>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
57 <help>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
58
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
59 **What it does**
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
60
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
61 The tools computes a table of pairwise expression correlations between **selected genes**
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
62 in single-cell RNAseq data, as well as a table of correlation between the expression of
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
63 these selected genes and the value of a signature (must be a scalar for each library)
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
64 across the single-cell data
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
65
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
66 **Inputs**
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
67
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
68 - a table of expression values (e.E. log10(CPM+1), etc...) of **selected genes** from single-cell RNAseq sequencing libraries (columns)
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
69 These genes may be selected for their significant differential expression, because they
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
70 belong to a specific pathway, etc.
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
71 - a table of signature values for the single-cell RNAseq sequencing datasets
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
72 The table should have 2 columns (Cell-identifier and signature-value). The signature
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
73 values are scalars, one value per cell-identifier and are in the second column.
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
74
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
75 **Outputs**
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
76
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
77 - Correlation table between the signature score and selected gene expression. There is three columns:
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
78 - gene name
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
79 - Pearson_correlation : Pearson correlation value
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
80 - p_value : associated p-value
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
81 - Gene - Gene correlation table. It's a n x n matrix of correlation values where n is the number of selected genes.
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
82 - Gene - Gene correlation associated p-values table. It has the same dimensions as Gene-Gene correlation table but for p-values.
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
83
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
84 </help>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
85 <citations>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
86 <citation type="bibtex">
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
87 @Manual{,
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
88 title = {R: A Language and Environment for Statistical Computing},
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
89 author = {{R Core Team}},
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
90 organization = {R Foundation for Statistical Computing},
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
91 address = {Vienna, Austria},
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
92 year = {2014},
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
93 url = {http://www.R-project.org/},
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
94 }
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
95 </citation>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
96 </citations>
6f3da989b59d planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_correlation commit 70c7abb20f76651e61325e3aa90809f6874f8b85
artbio
parents:
diff changeset
97 </tool>