feature-selection-page.Rd
Creates a page with a scatterplot of the variance of log-expression against the mean log-expression and a table with features and their metrics of variation. With shiny inputs you can color highlight the hvgs in dependency to the proportion and minimal threshold of the relevant variation metric. Also you can download the selcted hvgs or the entire variation metrics table.
add_feature_selection_page(dashboard, object, ...) # S4 method for i2dashboard,missing add_feature_selection_page( dashboard, exprs_values, use_function = c("modelGeneVar", "modelGeneVarByPoisson", "modelGeneCV2", "modelGeneCV2WithSpikes", "modelGeneVarWithSpikes"), title = "Feature selection", menu = "Tools", ... ) # S4 method for i2dashboard,SingleCellExperiment add_feature_selection_page(dashboard, object, exprs_values = "logcounts", ...) # S4 method for i2dashboard,Seurat add_feature_selection_page( dashboard, object, assay = "RNA", slot = "logcounts", ... )
dashboard | A i2dash::i2dashboard. |
---|---|
object | An object of class Seurat::Seurat or SingleCellExperiment::SingleCellExperiment. |
... | Further parameters provided to the method specified in |
exprs_values | A numeric matrix of log-counts, or a string indicating the assay of |
use_function | Choose the |
title | The title of the page. |
menu | The name of the menu, under which the page should appear. |
assay | In case of a |
slot | In case of a |
An object of class i2dash::i2dashboard.