Description Usage Arguments Value
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | add_feature_selection_page(dashboard, object, ...)
## S4 method for signature '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 signature 'i2dashboard,SingleCellExperiment'
add_feature_selection_page(dashboard, object, exprs_values = "logcounts", ...)
## S4 method for signature '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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.