Galaxy | Tool Preview

Compute GLM on population data (version 0.0.2)
Metrics data file, with location, year, and metrics informations that can be used as interest variable.
Unitobs file, with all informations available about unitobs.
Choose the field of the response variable.
Choose the explanatory variables you want to include in your analysis.
Allocate a random effect on site or year makes your model more reliable as random events on a peculiar site or year can affect populations, it takes account of pseudoreplication. However, avoid applying it on a less than 10 levels variable (less than 10 different sites and/or year).

Compute GLM on population data with selected interest variables

What it does

This tool from PAMPA toolsuite computes Generalized Linear Models on population data.

It allows user to choose composition of the model :

  • Response variable among numeric or integer variables of the input file
  • Explanatory variables among year, site and/or habitat
  • Allocation of random effect on year and/or site

Input description

A tabular file with population data. Must at least contain three or four columns depending on the case :

  • ['year' and 'location'] or ['observation.unit']
  • 'species.code'
  • At least one population metric
observation.unit species.code metric1 metric2 ...
year_locationID species code 2 0.4 ...
... ... ... ... ...

OR

year location species.code metric1 metric2 ...
2000 locationID species code 2 0.4 ...
... ... ... ... ... ...

The first input may be extracted from the 'Calculate presence absence' tool.

A tabular file with observation unit data which contains at least as much columns as used explanatory variables in addition with the 'observation.unit' column.

observation.unit site year habitat ...
year_locationID site ID 2000 habitatID ...
... ... ... ... ...

The site may represent the same entity as the location or represent an aggregation of several locations.


Output

Three text files :

  • A first tabular file with GLM results. One analysis per species.
  • A second text file with simple statistics on the whole dataset.
  • A third text file with ratings of your analysis based on several criterias.

Source

Derived from PAMPA scripts (https://wwz.ifremer.fr/pampa/Meth.-Outils/Outils) written by Yves Reecht.