Description Usage Arguments Value Examples
View source: R/SCESet-methods.R
Convert a CellDataSet
to an SCESet
1 2 | fromCellDataSet(cds, exprs_values = "tpm", logged = FALSE,
logExprsOffset = 1)
|
cds |
A |
exprs_values |
What should |
logged |
logical, if |
logExprsOffset |
numeric, value to add prior to log-transformation. |
An object of class SCESet
1 2 3 4 5 6 7 8 | 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") ) {
# cds <- toCellDataSet(example_sceset) # not run
# sceset <- fromCellDataSet(cds) # not run
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.