Description Usage Arguments Value
Recode a vector of number of peaks to binary based on threshold
1 | recode_peaks(num_peaks, threshold = 1)
|
num_peaks |
An |
threshold |
An |
An binary vector where an entry is 1 if the corresponding entry of
num_peaks
is >= threshold
and is otherwise 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.