Uses of Class
sc.fiji.snt.analysis.SNTTable
Packages that use SNTTable
Package
Description
SNT core classes
Analysis of
Trees.GUI customizations (image overlays, plots, etc.) required for Sholl Analysis.
Statistical analysis of Sholl data
Customizations and commands for SNT's GUI.
SNT add-ons as IJ2 commands
-
Uses of SNTTable in sc.fiji.snt
Methods in sc.fiji.snt that return SNTTable -
Uses of SNTTable in sc.fiji.snt.analysis
Fields in sc.fiji.snt.analysis declared as SNTTableMethods in sc.fiji.snt.analysis that return SNTTableModifier and TypeMethodDescriptionstatic SNTTableScript-friendly method for loading CSV data from a file/URL.static SNTTableScript-friendly method for loading tabular data from a file/URL.static SNTTableSNTTable.fromGenericTable(org.scijava.table.GenericTable source) MultiTreeStatistics.getRawValues(String metric) Methods in sc.fiji.snt.analysis with parameters of type SNTTableModifier and TypeMethodDescriptionvoidstatic SNTChartSNTChart.getHistogram(SNTTable table, boolean polar) static SNTChartSNTChart.getHistogram(SNTTable table, int[] columnIndices, boolean polar) Creates a histogram from the given table.static SNTChartSNTChart.getHistogram(SNTTable table, Collection<String> columnHeaders, boolean polar) Creates a histogram from the given table. -
Uses of SNTTable in sc.fiji.snt.analysis.sholl.gui
Subclasses of SNTTable in sc.fiji.snt.analysis.sholl.guiModifier and TypeClassDescriptionclassImplementation ofSNTTablefor Sholl metrics and Profile lists. -
Uses of SNTTable in sc.fiji.snt.analysis.sholl.math
Methods in sc.fiji.snt.analysis.sholl.math with parameters of type SNTTableModifier and TypeMethodDescriptionvoidPolarProfileStats.appendSummaryReport(SNTTable table) Appends summary data ofPolarProfileStats.Reportto the last row of the specified table Columns written: Angular Distribution Coherence [0,1] Orientation Distribution Coherence [0,1] Preferred Direction in degrees [0,360[ Preferred Orientation in degrees [0,180[ Number of directional peaks Angle, Value of first two directional peaks Number of orientation peaks Angle, Value of first two orientation peaksvoidPolarProfileStats.detailReport(SNTTable table) WritesPolarProfileStats.Reportdetails to a table. -
Uses of SNTTable in sc.fiji.snt.gui
Methods in sc.fiji.snt.gui with parameters of type SNTTableModifier and TypeMethodDescriptionstatic voidGuiUtils.enhanceTableDisplay(SNTTable table, String windowTitle) Enhances a SciJava-managed table display with conveniences (close shortcut, save menu).voidMethod parameters in sc.fiji.snt.gui with type arguments of type SNTTable -
Uses of SNTTable in sc.fiji.snt.plugin
Methods in sc.fiji.snt.plugin that return SNTTableModifier and TypeMethodDescriptionStrahlerCmd.getDetailedTable()Gets the detailed table listing individual branch properties aggregated by Strahler order.RootAngleAnalyzerCmd.getSummaryTable()Gets the summary table containing the tabular results of the analysis.StrahlerCmd.getSummaryTable()Gets the summary table containing the tabular results of the analysis.StrahlerCmd.getTable()Deprecated.
StrahlerCmd.getSummaryTable()instead