Mercurial > repos > ecology > ecology_stat_presence_abs
diff macro.xml @ 0:e5552099d0e3 draft
"planemo upload for repository https://github.com/Marie59/Data_explo_tools commit 2f883743403105d9cac6d267496d985100da3958"
author | ecology |
---|---|
date | Tue, 27 Jul 2021 16:57:02 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macro.xml Tue Jul 27 16:57:02 2021 +0000 @@ -0,0 +1,65 @@ +<macros> + <token name="@VERSION@">0.0.0</token> + <xml name="Explo_requirements"> + <requirements> + <requirement type="package" version="3.3.3">r-ggplot2</requirement> + <yield /> + </requirements> + </xml> + <xml name="explo_input"> + <param name="input" type="data" format="tabular" label="Input table"/> + <param name="colnames" type="boolean" label="First line is a header line" checked="true"/> + </xml> + <xml name="explo_filter_colli"> + <filter> method['type'] == 'collinearity'</filter> + </xml> + <xml name="explo_filter_pca"> + <filter> method['type'] == 'pca'</filter> + </xml> + <xml name="explo_filter_vif"> + <filter> method['type'] == 'vif'</filter> + </xml> + <xml name="explo_filter_interr"> + <filter> method['type'] == 'interr'</filter> + </xml> + <xml name="explo_filter_autocorr"> + <filter> method['type'] == 'autocorr'</filter> + </xml> + <xml name="explo_filter_abund"> + <filter> method['type'] == 'abund'</filter> + </xml> + <xml name="explo_filter_pres_abs"> + <filter> method['type'] == 'pres_abs'</filter> + </xml> + <xml name="explo_filter_rare"> + <filter> method['type'] == 'rare'</filter> + </xml> + <xml name="explo_bibref"> + <citations> + <citation type="bibtex"> + @unpublished{ + title={ A protocol for data exploration to avoid common statistical problems }, + authors={Alain F. Zuur, Elena N. Ieno, Chris S. Elphick}, + url={https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/j.2041-210X.2009.00001.x} + } + </citation> + </citations> + </xml> + <xml name="book_bibref"> + <citations> + <citation type="bibtex"> + @unpublished{ + title={ Numerical Ecology with R }, + author={Daniel Borcard, François Gillet, Pierre Legendre}, + } + </citation> + </citations> + </xml> + <xml name="topic"> + <edam_topics> + <edam_topic>topic_0610</edam_topic> + <edam_topic>topic_3050</edam_topic> + </edam_topics> + </xml> +</macros> +