Description Usage Arguments Value
find the location of the maximum value
1 |
x |
a dataframe with time series information along the columns, and the features along the rows. It must contain one row that has the time index. Otherwise, the time index is initiated as from 1 to the sample number |
max_only |
detect absolute peak, instead of distinguishing between positive or negative peak |
a dataframe with the following columns:
val
: magnitude of the peak relative to the trough
feature
: genes
change_sign
: whether it is a positive peak or negative peak
peak_time
: when the peak occurs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.