Description Usage Arguments Value Examples
View source: R/SCESet-methods.R
Convert an SCESet
to a CellDataSet
1 | toCellDataSet(sce, exprs_values = "exprs")
|
sce |
An |
exprs_values |
What should |
An object of class SCESet
1 2 3 4 5 6 7 | data("sc_example_counts")
data("sc_example_cell_info")
pd <- new("AnnotatedDataFrame", data = sc_example_cell_info)
example_sceset <- newSCESet(countData = sc_example_counts, phenoData = pd)
if ( requireNamespace("monocle") ) {
toCellDataSet(example_sceset)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.