gsummary | R Documentation |
Calculates summary statistics of track expression.
gsummary(expr = NULL, intervals = NULL, iterator = NULL, band = NULL)
expr |
track expression |
intervals |
genomic scope for which the function is applied |
iterator |
track expression iterator. If 'NULL' iterator is determined implicitly based on track expression. |
band |
track expression band. If 'NULL' no band is used. |
This function returns summary statistics of a track expression: total number of bins, total number of bins whose value is NaN, min, max, sum, mean and standard deviation of the values.
An array that represents summary statistics.
gintervals.summary
, gbins.summary
gdb.init_examples()
gsummary("rects_track")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.