Galaxy | Tool Preview

qiime diversity core-metrics-phylogenetic (version 2019.4)
--m-metadata-file [required]s
--m-metadata-file [required] 0

Core diversity metrics (phylogenetic and non-phylogenetic)

Applies a collection of diversity metrics (both phylogenetic and non- phylogenetic) to a feature table.

Parameters

table : FeatureTable[Frequency]
The feature table containing the samples over which diversity metrics should be computed.
phylogeny : Phylogeny[Rooted]
Phylogenetic tree containing tip identifiers that correspond to the feature identifiers in the table. This tree can contain tip ids that are not present in the table, but all feature ids in the table must be present in this tree.
sampling_depth : Int % Range(1, None)
The total frequency that each sample should be rarefied to prior to computing diversity metrics.
metadata : Metadata
The sample metadata to use in the emperor plots.

Returns

rarefied_table : FeatureTable[Frequency]
The resulting rarefied feature table.
faith_pd_vector : SampleData[AlphaDiversity]
Vector of Faith PD values by sample.
observed_otus_vector : SampleData[AlphaDiversity]
Vector of Observed OTUs values by sample.
shannon_vector : SampleData[AlphaDiversity]
Vector of Shannon diversity values by sample.
evenness_vector : SampleData[AlphaDiversity]
Vector of Pielou's evenness values by sample.
unweighted_unifrac_distance_matrix : DistanceMatrix
Matrix of unweighted UniFrac distances between pairs of samples.
weighted_unifrac_distance_matrix : DistanceMatrix
Matrix of weighted UniFrac distances between pairs of samples.
jaccard_distance_matrix : DistanceMatrix
Matrix of Jaccard distances between pairs of samples.
bray_curtis_distance_matrix : DistanceMatrix
Matrix of Bray-Curtis distances between pairs of samples.
unweighted_unifrac_pcoa_results : PCoAResults
PCoA matrix computed from unweighted UniFrac distances between samples.
weighted_unifrac_pcoa_results : PCoAResults
PCoA matrix computed from weighted UniFrac distances between samples.
jaccard_pcoa_results : PCoAResults
PCoA matrix computed from Jaccard distances between samples.
bray_curtis_pcoa_results : PCoAResults
PCoA matrix computed from Bray-Curtis distances between samples.
unweighted_unifrac_emperor : Visualization
Emperor plot of the PCoA matrix computed from unweighted UniFrac.
weighted_unifrac_emperor : Visualization
Emperor plot of the PCoA matrix computed from weighted UniFrac.
jaccard_emperor : Visualization
Emperor plot of the PCoA matrix computed from Jaccard.
bray_curtis_emperor : Visualization
Emperor plot of the PCoA matrix computed from Bray-Curtis.