biplot_interactive: Interactive biplot

Description Usage Arguments Details Value Examples

View source: R/biplot_interactive.R

Description

This is a wrapper around biplot_color, creating a shiny gadget to allow the user to select specific points in the graph.

Usage

1

Arguments

x

a SconeExperiment object.

...

passed to biplot_color.

Details

Since this is based on the shiny gadget feature, it will not work in static documents, such as vignettes or markdown / knitr documents. See biplot_color for more details on the internals.

Value

A SconeExperiment object representing selected methods.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mat <- matrix(rpois(1000, lambda = 5), ncol=10)
colnames(mat) <- paste("X", 1:ncol(mat), sep="")
obj <- SconeExperiment(mat)
res <- scone(obj, scaling=list(none=identity,
   uq=UQ_FN, deseq=DESEQ_FN,  fq=FQT_FN),
evaluate=TRUE, k_ruv=0, k_qc=0, eval_kclust=2,
   bpparam = BiocParallel::SerialParam())
## Not run: 
biplot_interactive(res)

## End(Not run)

scone documentation built on Nov. 8, 2020, 5:20 p.m.