Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions tools/maaslin3/.shed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: maaslin3
owner: iuc
description: "MaAsLin 3 is the next generation of MaAsLin. This comprehensive R package efficiently determines multivariable associations between clinical metadata and microbial meta-omics features."
homepage_url: https://github.com/biobakery/maaslin3
long_description: |
MaAsLin 3 is the next generation of MaAsLin (Microbiome Multivariable Associations with Linear Models).
This comprehensive R package efficiently determines multivariable associations between clinical metadata
and microbial meta-omics features. Relative to MaAsLin 2, MaAsLin 3 introduces the ability to quantify
and test for both abundance and prevalence associations while accounting for compositionality.
By incorporating generalized linear models, MaAsLin 3 accomodates most modern epidemiological study
designs including cross-sectional and longitudinal studies.
remote_repository_url: https://github.com/biobakery/maaslin3
type: unrestricted
categories:
- Metagenomics
490 changes: 490 additions & 0 deletions tools/maaslin3/maaslin3.xml

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions tools/maaslin3/macros.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">0.99.16</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">25.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">maaslin3</requirement>
</requirements>
</xml>
</macros>
1,528 changes: 1,528 additions & 0 deletions tools/maaslin3/test-data/HMP2_metadata.tsv

Large diffs are not rendered by default.

817 changes: 817 additions & 0 deletions tools/maaslin3/test-data/HMP2_taxonomy.tsv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,035 changes: 2,035 additions & 0 deletions tools/maaslin3/test-data/all_results.tsv

Large diffs are not rendered by default.

817 changes: 817 additions & 0 deletions tools/maaslin3/test-data/data_transformed.tsv

Large diffs are not rendered by default.

Binary file added tools/maaslin3/test-data/fitted_linear.rds
Binary file not shown.
833 changes: 833 additions & 0 deletions tools/maaslin3/test-data/significant_results.tsv

Large diffs are not rendered by default.

Binary file added tools/maaslin3/test-data/summary_plot.pdf
Binary file not shown.
Binary file added tools/maaslin3/test-data/summary_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/maaslin3/test-data/summary_plot_gg.RDS
Binary file not shown.
Loading