commit/galaxy-central: kanwei: Improve docs for Grouping tool. Closes #576
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/d34c83a1301e/ changeset: d34c83a1301e branches: user: kanwei date: 2011-06-06 21:30:02 summary: Improve docs for Grouping tool. Closes #576 affected #: 1 file (364 bytes) --- a/tools/stats/grouping.xml Mon Jun 06 13:17:18 2011 -0400 +++ b/tools/stats/grouping.xml Mon Jun 06 15:30:02 2011 -0400 @@ -88,7 +88,11 @@ **Syntax** -This tool allows you to group the input dataset by a particular column and perform aggregate functions: Mean, Median, Mode, Sum, Max, Min, Count, Randomly pick, and Concatenate on any column. +This tool allows you to group the input dataset by a particular column and perform aggregate functions: Mean, Median, Mode, Sum, Max, Min, Count, Concatenate, and Randomly pick on any column(s). + +The Concatenate function will take, for each group, each item in the specified column and build a comma delimited list. Concatenate Unique will do the same but will build a list of unique items with no repetition. + +Count and Count Unique are equivalent to Concatenate and Concatenate Unique, but will only count the number of items and will return an integer. - If multiple modes are present, all are reported. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket