@@ -52,7 +52,9 @@ setGeneric("iSEE", iSEE::iSEE)
52
52
# ' @importFrom iSEE createLandingPage ExperimentColorMap ReducedDimensionPlot
53
53
# ' ComplexHeatmapPlot RowDataTable ColumnDataTable
54
54
# ' @importFrom TreeSummarizedExperiment TreeSummarizedExperiment rowLinks
55
+ # ' colLinks
55
56
# ' @importFrom SingleCellExperiment reducedDims
57
+ # ' @importFrom S4Vectors metadata
56
58
# ' @importFrom SummarizedExperiment rowData colData
57
59
# ' @importFrom mia taxonomyRanks
58
60
setMethod ("iSEE ", "TreeSummarizedExperiment",
@@ -65,8 +67,14 @@ setMethod("iSEE", "TreeSummarizedExperiment",
65
67
initial <- .check_panel(se , initial , " RowDataTable" , rowData )
66
68
initial <- .check_panel(se , initial , " ColumnDataTable" , colData )
67
69
initial <- .check_panel(se , initial , " RowTreePlot" , rowLinks )
70
+ initial <- .check_panel(se , initial , " ColumnTreePlot" , colLinks )
68
71
initial <- .check_panel(se , initial , " AbundancePlot" , taxonomyRanks )
69
72
initial <- .check_panel(se , initial , " ReducedDimensionPlot" , reducedDims )
73
+ initial <- .check_panel(se , initial , " LoadingPlot" , reducedDims )
74
+ initial <- .check_panel(se , initial , " ScreePlot" , reducedDims )
75
+ initial <- .check_panel(se , initial , " RDAPlot" , reducedDims )
76
+ initial <- .check_panel(se , initial , " RowGraphPlot" , metadata )
77
+ initial <- .check_panel(se , initial , " ColumnGraphPlot" , metadata )
70
78
71
79
iSEE :: iSEE(se , initial = initial , extra = initial , colormap = colormap ,
72
80
landingPage = landingPage , tour = tour , appTitle = appTitle ,
0 commit comments