Mercurial > repos > florianbegusch > qiime2_suite
diff qiime2/qiime_diversity_alpha-group-significance.xml @ 6:de4c22a52df4 draft
Fixes
author | florianbegusch |
---|---|
date | Tue, 13 Aug 2019 07:46:48 -0400 |
parents | 914fa4daf16a |
children | f190567fe3f6 |
line wrap: on
line diff
--- a/qiime2/qiime_diversity_alpha-group-significance.xml Mon Aug 05 01:29:30 2019 -0400 +++ b/qiime2/qiime_diversity_alpha-group-significance.xml Tue Aug 13 07:46:48 2019 -0400 @@ -14,7 +14,7 @@ #def list_dict_to_string(list_dict): #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name') #for d in list_dict[1:]: - #set $file_list = $file_list + ',' + d['additional_input'].__getattr__('file_name') + #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name') #end for #return $file_list #end def @@ -39,26 +39,16 @@ <data format="html" label="${tool.name} on ${on_string}: visualization.qzv" name="ovisualization"/> </outputs> <help><![CDATA[ -Beta diversity group significance -################################# +Alpha diversity comparisons -Determine whether groups of samples are significantly different from one -another using a permutation-based statistical test. +Visually and statistically compare groups of alpha diversity values. Parameters ---------- -distance_matrix : DistanceMatrix - Matrix of distances between pairs of samples. -metadata : MetadataColumn[Categorical] - Categorical sample metadata column. -method : Str % Choices('permanova', 'anosim', 'permdisp'), optional - The group significance test to be applied. -pairwise : Bool, optional - Perform pairwise tests between all pairs of groups in addition to the - test across all groups. This can be very slow if there are a lot of - groups in the metadata column. -permutations : Int, optional - The number of permutations to be run when computing p-values. +alpha_diversity : SampleData[AlphaDiversity] + Vector of alpha diversity values by sample. +metadata : Metadata + The sample metadata. Returns -------