Description Usage Arguments Slots Author(s)
A S4 class to handle the networks calculation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | AFMImageNetworksAnalysis()
## S4 method for signature 'AFMImageNetworksAnalysis'
initialize(
.Object,
vertexHashsize,
binaryAFMImage,
binaryAFMImageWithCircles,
circlesTable,
edgesTable,
fusionedNodesCorrespondance,
fusionedNodesEdgesTable,
isolatedNodesList,
heightNetworksslider,
filterNetworkssliderMin,
filterNetworkssliderMax,
smallBranchesTreatment,
originalGraph,
skeletonGraph,
shortestPaths,
networksCharacteristics,
holes,
holesCharacteristics,
graphEvcent,
graphBetweenness,
libVersion
)
AFMImageNetworksAnalysis()
|
.Object |
an AFMImageNetworksAnalysis Class |
vertexHashsize |
hash to transform coordinates to vertexId |
binaryAFMImage |
the AFMImage after transformation before analysis |
binaryAFMImageWithCircles |
the AFMImage after transformation with the spotted circles |
circlesTable |
a data.table of identified circles |
edgesTable |
a data.table of edges |
fusionedNodesCorrespondance |
a data.table of correspon |
fusionedNodesEdgesTable |
a data.table of corresponsdance between intial node and fusioned node |
isolatedNodesList |
a data.table of isolated nodes |
heightNetworksslider |
used multiplier of heights to facilitate analysis |
filterNetworkssliderMin |
used filter minimum value to facilitate analysis |
filterNetworkssliderMax |
used filter maximum value to facilitate analysis |
smallBranchesTreatment |
boolean - smallest circle used or not |
originalGraph |
a list of |
skeletonGraph |
a list of |
shortestPaths |
a data.table of shortest path |
networksCharacteristics |
a data.table to store the skeleton graph characteristics |
holes |
a data.table to store the cluster number of each point |
holesCharacteristics |
a data.table to summarize the data about holes |
graphEvcent |
an array to store Evcent |
graphBetweenness |
an array to store the graph betweenness |
libVersion |
version of the AFM library used to perform the analysis |
vertexHashsizehash to transform coordinates to vertexId
binaryAFMImagethe AFMImage after transformation before analysis
binaryAFMImageWithCirclesthe AFMImage after transformation with the spotted circles
circlesTablea data.table of identified circles
edgesTablea data.table of edges
fusionedNodesCorrespondancea data.table of corresponsdance between intial node and fusioned node
fusionedNodesEdgesTablea data.table of nodes fusioned because of intersecting
isolatedNodesTablea data.table of isolated nodes
heightNetworkssliderused multiplier of heights to facilitate analysis
filterNetworkssliderMinused filter minimum value to facilitate analysis
filterNetworkssliderMaxused filter maximum value to facilitate analysis
smallBranchesTreatmentboolean - smallest circle used or not
originalGrapha list of igraph
skeletonGrapha list of igraph
shortestPathsa data.table of shortest paths
networksCharacteristicsa data.table to store the skeleton graph characteristics
graphEvcentan array to store Evcent
graphBetweennessan array to store the graph betweenness
libVersionversion of the AFM library used to perform the analysis
updateProgressa function to update a graphical user interface
M.Beauvais
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.