| getElbowPoint | R Documentation |
It provides a point of the highest curvature from a J-shaped-plot
getElbowPoint(numbers)
numbers |
Numeric vector |
Estimation of elbow point from J-shaped curve
A list containing two elements: index, the index of a point in a sorted vector of numbers in descending order, representing the point where the tangent is closest to one, and ConnectivityCutoff, the corresponding value at that point.
Sora Yoon, PhD
modulefile = system.file('extdata','mouse_naiveCD4T_Vahedi_short.rds',
package = 'HiCocietyExample')
mycom = readRDS(modulefile)
connec = mycom$ModuleSummary$connectivity
getElbowPoint(connec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.