Description Usage Arguments Value Examples
Create a fcoex object
1  | new_fcoex(expression = data.frame(), target = vector())
 | 
expression | 
 Normalized gene expression table from single-cells
  | 
target | 
 Original target classes for the cells (  | 
Object of class fcoex
1 2 3 4 5 6  | # Create new fcoex object
library(SingleCellExperiment)
data("mini_pbmc3k")
targets <- colData(mini_pbmc3k)$clusters
exprs <- as.data.frame(assay(mini_pbmc3k, "logcounts"))
fc <- new_fcoex(exprs, targets)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.