From d44879667fa48cdd6e19896cbe79845344dd3813 Mon Sep 17 00:00:00 2001 From: Kevin Rue Date: Wed, 10 Jul 2024 21:50:55 +0100 Subject: [PATCH] complete list of panels --- vignettes/workshop_isee_extension.Rmd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vignettes/workshop_isee_extension.Rmd b/vignettes/workshop_isee_extension.Rmd index 14022c9..415e05e 100644 --- a/vignettes/workshop_isee_extension.Rmd +++ b/vignettes/workshop_isee_extension.Rmd @@ -162,8 +162,11 @@ By default, `r BiocStyle::Biocpkg("iSEE")` applications adopt a "showcase" mode As such, in the screenshot above, we see at least: * A 'Row data table' panel, displaying gene metadata. -* A 'Feature assay plot' panel, displaying assayed data for the first gene in the data set. -* A 'Column data plot' panel, ... TODO +* A 'Feature assay plot' panel, displaying assayed data for a gene. +* A 'Column data plot' panel, displaying a column of cell metadata. +* A 'Sample assay plot' panel, displaying assayed data for a sample. +* A 'Column data table' panel, displaying cell metadata. +* A 'Complex heatmap' panel, displaying assayed data for a set of genes. ### Core iSEE functionality