annotate fastspar.xml @ 0:e9231fb122e9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
author iuc
date Thu, 19 Jun 2025 21:51:32 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
1 <tool id="fastspar" name="FastSpar" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
2 <description>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
3 correlation estimation for compositional data
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
4 </description>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
5 <macros>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
6 <import>macros.xml</import>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
7 </macros>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
8 <expand macro="biotools"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
9 <expand macro="requirements"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
11 fastspar
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
12 --otu_table '$otu_table'
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
13 --iterations $iterations
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
14 --exclude_iterations $exclude_iterations
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
15 --threshold $threshold
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
16 --seed $seed
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
17 --correlation '$correlation'
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
18 --covariance '$covariance'
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
19 --threads \${GALAXY_SLOTS:-1}
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
20 ## Skip warning prompt and continue analysis even if the input contains OTUs with just one permutation.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
21 --yes
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
22 ]]></command>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
23 <inputs>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
24 <param argument="--otu_table" type="data" format="tabular" label="Input OTU table"
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
25 help="The table must contain absolute OTU counts in plain tabular (TSV) format, with OTUs as rows and samples as columns. Do not include any metadata rows or columns."/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
26 <expand macro="fastspar_tool_parameters"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
27 <param argument="--seed" type="integer" value="1" label="Random number seed"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
28 </inputs>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
29 <outputs>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
30 <data name="correlation" format="tabular" label="${tool.name} on ${on_string}: median_correlation.tsv"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
31 <data name="covariance" format="tabular" label="${tool.name} on ${on_string}: median_covariance.tsv"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
32 </outputs>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
33 <tests>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
34 <test expect_num_outputs="2">
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
35 <param name="otu_table" ftype="tabular" value="fake_data.tsv"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
36 <output name="correlation" file="fake_data_cor.tsv" compare="diff"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
37 <output name="covariance" file="fake_data_cov.tsv" compare="diff"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
38 </test>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
39 <test expect_num_outputs="2">
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
40 <param name="otu_table" ftype="tabular" value="fake_data.tsv"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
41 <param name="exclude_iterations" value="20"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
42 <param name="threshold" value="0.2"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
43 <output name="correlation" ftype="tabular">
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
44 <assert_contents>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
45 <has_n_columns n="51"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
46 <has_text text="1.0000"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
47 </assert_contents>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
48 </output>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
49 <output name="covariance" ftype="tabular">
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
50 <assert_contents>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
51 <has_n_columns n="51"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
52 <has_text text="OTU ID"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
53 </assert_contents>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
54 </output>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
55 </test>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
56 </tests>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
57 <help><![CDATA[
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
58 What it does
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
59 ============
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
60
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
61 FastSpar is a C++ implementation of the SparCC algorithm for estimating correlations from compositional data.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
62 This tool performs the **initial correlation and covariance matrix estimation** as the first step in the FastSpar pipeline.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
63 **If you also want to estimate p-values** you might want to use `fastspar_pvalues` with "Recalculate the correlation matrix".
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
64
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
65 Required Inputs
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
66 ===============
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
67
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
68 - **OTU table** (TSV format): Contains absolute OTU counts (not relative abundances). Must be a plain tabular file with samples in columns and OTUs in rows. Metadata is not supported.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
69
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
70 Main Parameters
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
71 ===============
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
72
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
73 - **Iterations** (`--iterations`): Number of correlation estimation rounds. More iterations improve stability.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
74 - **Exclude iterations** (`--exclude_iterations`): Number of times highly correlated OTU pairs are removed.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
75 - **Correlation threshold** (`--threshold`): Correlation strength above which to exclude OTU pairs.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
76 - **Seed** (`--seed`): Random seed for reproducibility.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
77
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
78 Main Features
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
79 ===============
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
80
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
81 - Efficient and fast computation of sparse correlations.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
82 - Customizable exclusion and thresholding strategy.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
83 - Designed to handle compositional count data from microbiome studies.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
84
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
85 Generated Outputs
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
86 =================
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
87
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
88 - `median_correlation.tsv`: Correlation matrix between all OTUs.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
89 - `median_covariance.tsv`: Covariance matrix between all OTUs.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
90
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
91 Additional Resources
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
92 ====================
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
93
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
94 - FastSpar GitHub: [https://github.com/scwatts/fastspar]
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
95
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
96 For a complete FastSpar analysis, follow up with:
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
97
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
98 1. `fastspar_pvalues`: Estimate empirical p-values from bootstrap correlations.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
99 2. `fastspar_reduce`: Filter correlation and p-value matrices to produce sparse networks.
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
100 ]]></help>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
101 <expand macro="citations"/>
e9231fb122e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastspar commit 0e305d21d0634a1788b9105ec4d0ab1c2da62359
iuc
parents:
diff changeset
102 </tool>