View source: R/readAmiraSkeleton.R
readAmiraSkeleton | R Documentation |
Read topological skeleton file exported from the Amira/Avizo software in ASCII format.
readAmiraSkeleton(path, removeLoops = T, removeConn = F, maxConn = 10)
path |
path of the topological skeleton file (exported from Amira/Avizo in ASCII format) |
removeLoops |
logical: if TRUE, loop skeleton branches (same initial and ending node) are removed |
removeConn |
logical: if TRUE, removes the nodes (and linked branches) connected to more than |
maxConn |
maximum number of branches connected to each node; ignored if |
A list including: node coordinates (VertexCoordinates), branch coordinates (EdgePointsCoordinates), node-to-node connectivity (EdgeConnectivity), number of 3D points constituting each branch (NumEdgePoints) and thickness at each branch point (Thickness).
Alessio Veneziano
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.