Galaxy | Tool Preview

Summary Statistics (version 1.1.1)
Dataset missing? See TIP below
See syntax below

This tool expects input datasets consisting of tab-delimited columns (blank or comment lines beginning with a # character are automatically skipped).

TIP: If your data is not TAB delimited, use Text Manipulation->Convert delimiters to TAB

TIP: Computing summary statistics may throw exceptions if the data value in every line of the columns being summarized is not numerical. If a line is missing a value or contains a non-numerical value in the column being summarized, that line is skipped and the value is not included in the statistical computation. The number of invalid skipped lines is documented in the resulting history item.

USING R FUNCTIONS: Most functions (like abs) take only a single expression. log can take one or two parameters, like log(expression,base)

Currently, these R functions are supported: abs, sign, sqrt, floor, ceiling, trunc, round, signif, exp, log, cos, sin, tan, acos, asin, atan, cosh, sinh, tanh, acosh, asinh, atanh, lgamma, gamma, gammaCody, digamma, trigamma, cumsum, cumprod, cummax, cummin


Syntax

This tool computes basic summary statistics on a given column, or on a valid expression containing one or more columns.


Examples