Description Usage Arguments Value Note Author(s)
Combine adjacent features with the same "feature" field
1 | flatten.feat(x, weightedAverageScore = FALSE, minScore = FALSE)
|
x |
An object of type feat |
weightedAverageScore |
If TRUE, scores of merged features are given by the average of those features, weighted by their original lengths. Otherwise, scores of merged features are simply summed. |
minScore |
If TRUE, scores of merged features are given by the minimum score of the combined features. |
A features object in which adjacent features are combined into one longer feature.
If x is stored as a pointer to a C structure, then x will be modified to the return value.
Melissa J. Hubisz and Adam Siepel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.