A shiny app to browser and explore the assays in an
MultiAssayExperiment
object. Each assay can be selected from the
dropdown meny in the side panel, and the quantitative data and row
metadata are displayed in the respective Assay and Row data
tabs. The Heatmap tab displays a heatmap of the assay. The
selection of rows in the Row data table is used to subset the
features displayed in the Assay table and the heatmap to those
currectly selected. See QFeatures for an example.
Arguments
- object
An instance inheriting from
MultiAssayExperiment
.- n
A
numeric(1)
indicating the maximum number of features (rows) to consider before disabling row clustering and displaying feature names for speed purposes. Default is 100.- ...
Additional parameters (other than
Rowv
andlabRow
, which are set internally based on the value ofn
) passed to heatmap.
Examples
if (FALSE) { # \dontrun{
data(feat2)
display(feat2)
} # }