Description Usage Arguments Value
Automatically detect Gates based on the t-scores
1 2 3 4 5 6 7 8 9 10 | detectGates(
template,
ts,
thresh = 5,
minT = 1,
tryO = 10,
nM = 2,
conc = 3.5,
tSeed = NA
)
|
template |
A HexTemplate Object |
ts |
A vector of t-scores |
thresh |
A threshold that indicates neighboring hexagons might belong to the same region of interest (gate) |
minT |
A minimum t-score so that a hexagon with this score is regarded as a valid entry point |
tryO |
An integer that determines how many times should be looked for the best configuration |
nM |
An integer specifying what is considered a neighbor |
A list of coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.