annotate indval.xml @ 0:3f4138f610d1 draft default tip

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
author ecology
date Wed, 23 Jul 2025 14:36:34 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
1 <tool id="indicspecies" name="Indicspecies" version="1.7.15+galaxy0" profile="24.0">
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
2 <description>to identify indicator species within clusters/groups</description>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
3 <requirements>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
4 <requirement type="package" version="4.4.3">r-base</requirement>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
5 <requirement type="package" version="1.1.4">r-dplyr</requirement>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
6 <requirement type="package" version="1.8.0">r-indicspecies</requirement>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
7 <requirement type="package" version="0.9_8">r-permute</requirement>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
8 </requirements>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
10 Rscript '$__tool_directory__/indval.R' '$clus' '$occ' '$name_species' '$sign'
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
11 ]]></command>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
12 <inputs>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
13 <param name="occ" type="data" format="tabular" label="Input your Occurences file (tabular format only)" help="See example below"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
14 <param name="clus" type="data" format="tabular" label="Input your cluster file (tabular format only)" help="See example below"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
15 <param name="name_species" type="data_column" label="Choose column(s) where your species are in your occurrence data file." data_ref="occ" multiple="true" use_header_names="true"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
16 <param name="sign" type="boolean" label="Display only significant results (p-value inferior to 0.05)" checked="true"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
17 </inputs>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
18 <outputs>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
19 <data name="output" from_work_dir="indval.txt" format="txt" label="Indicator values"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
20 </outputs>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
21 <tests>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
22 <test>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
23 <param name="occ" value="Merged_table.tabular"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
24 <param name="clus" value="Cluster_points.tabular"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
25 <param name="name_species" value="3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
26 <param name="sign" value="true"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
27 <output name="output">
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
28 <assert_contents>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
29 <has_text text="Multilevel pattern analysis"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
30 <has_text text="Association function: IndVal.g"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
31 <has_text text="Significance level (alpha): 0.05"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
32 <has_text text="Total number of species: 71"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
33 <has_text text="Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
34 <has_n_lines n="57" delta="3"/>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
35 </assert_contents>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
36 </output>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
37 </test>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
38 </tests>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
39 <help><![CDATA[
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
40 **What it does?**
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
41 -----------------
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
42
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
43 This tool uses the multipatt function from indcispecies R package. The multipatt function is used in ecology to identify species indicators associated with groups of samples. It is an extension of IndVal (Indicator Value) by Dufrêne and Legendre (1997). It is commonly used to determine which species are characteristic of certain habitats or sample groups, which is useful in conservation biology, ecosystem management or biodiversity studies. This function creates combinations of the input clusters and compares each combination with the species in the input matrix. For each species it chooses the combination with the highest association value. Best matching patterns are tested for statistical significance of the associations. Indicator value indices will return the pattern that better matches the species observed pattern, whereas correlation indices will return the pattern that creates the highest inside/outside difference. Details are given in De Cáceres et al. (2010).
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
44
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
45 **How to use it?**
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
46 ------------------
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
47
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
48 To use this tool, you will need two types of data file as this tool is conceive to be run with or after the Ecoregionalization workflow (https://ecology.usegalaxy.eu/training-material/topics/ecology/tutorials/Ecoregionalization_tutorial/tutorial.html).
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
49
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
50 The first file is an occurrence file with at least three types of columns : latitude, longitude and occurrence (one column per taxon with their absence/presence data).
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
51
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
52 **Example of occurence data input :**
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
53
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
54 +----------+-----------+------------------------+-----------+-----+------+--------------+-----+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
55 | lat | long |Acanthorhabdus_fragilis | Acarnidae | ... | Grav | Maxbearing | ... |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
56 +----------+-----------+------------------------+-----------+-----+------+--------------+-----+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
57 |-65,999946|142,3360535| 0 | 1 | ... |28.59 | 3.67 | ... |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
58 +----------+-----------+------------------------+-----------+-----+------+--------------+-----+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
59 |-66,335407| 141,3028 | 0 | 1 | ... |28.61 | 3.64 | ... |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
60 +----------+-----------+------------------------+-----------+-----+------+--------------+-----+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
61 | ... | ... | ... | ... | ... | ... | ... | ... |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
62 +----------+-----------+------------------------+-----------+-----+------+--------------+-----+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
63
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
64 The second file contains the cluster/sample group assigned to each latitude and longitude.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
65
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
66 **Example of cluster data input :**
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
67
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
68 +----------+-----------+----------+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
69 | lat | long | Cluster |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
70 +----------+-----------+----------+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
71 |-65,999946|142,3360535| 1 |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
72 +----------+-----------+----------+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
73 |-66,335407| 141,3028 | 2 |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
74 +----------+-----------+----------+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
75 | ... | ... | ... |
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
76 +----------+-----------+----------+
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
77
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
78 .. class:: infomark
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
79
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
80 It is preferable to name your columns latitude and longitude in both file as in the examples.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
81
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
82 Then you need to indicate wich columns in your occurrence file contain species data. And finally, you have to choose if you want to display only significant results (p-value < 0.05) or if you want all results including no significants ones.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
83
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
84 **Interpretation of results**
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
85 -----------------------------
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
86
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
87 On the tool's output file, we can find a lot of information. Firstly, the function used, in this case IndVal.g, which indicates that the generalized indicator value index has been used. Next is the level of significance (alpha) according to the choice made earlier (p-value < 0.05 or all). This is followed by the number of species analyzed and the number of species identified as indicators. The following lines show how many species are specific to a single group, and whether one or more species are simultaneously associated with several groups.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
88
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
89 The following section lists the indicator species for each group, with associated statistics.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
90
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
91 Explanation of associated statics :
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
92
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
93 - A (Specificity): This is the proportion of occurrences of the species in the group in relation to all the groups. A value of 1.0000 means that the species is exclusively present in this group.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
94 - B (Fidelity): The proportion of sites in the group where the species is present. A value of 0.5000 means that the species is present in 50% of the sites in the group.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
95 - stat : The IndVal statistical value (generalized indicator value index). A high value indicates a strong association between the species and the group.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
96 - p-value : The p-value of the association. A low p-value (< 0.05) means that the association is statistically significant.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
97
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
98 Why is a species not significant in a group?
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
99
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
100 There are several possible reasons for the absence of significant species in certain groups:
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
101
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
102 - Low specificity (A): Species are present in several groups, reducing their indicator value.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
103 - Low fidelity (B): Species are not frequent enough in the sites of the group.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
104 - Insufficient data : Lack of samples or too few occurrences to detect robust associations.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
105 - High variability between sites in the same group.
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
106
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
107 ]]></help>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
108 <citations>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
109 <citation type="doi">10.2307/2963459</citation>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
110 <citation type="doi">10.1111/j.1600-0706.2010.18334.x</citation>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
111 <citation type="doi">10.32614/CRAN.package.indicspecies</citation>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
112 </citations>
3f4138f610d1 planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Ecoregionalization_workflow commit 9dee19b2d28b61a81f2a89d4c7d35678e31a9927
ecology
parents:
diff changeset
113 </tool>