.calcMetageneStat | R Documentation |
Calculate metagene column-wise summary statistics
.calcMetageneStat(metagene, metageneFun, mode)
metagene |
Either a single matrix or a list of two matrices. |
metageneFun |
A character variable of either 'mean' or 'median' indicating how metagene should be summarized. |
mode |
A numeric variable of either 1 or 2. |
A data.frame with two columns, 'type' and 'value'. If mode == 1, 'type' column will be filled with 'Region'. If mode == 2, 'type' column will be filled with 'Start' and 'End'. 'value' column is the column summary statistics for each position.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.