Description Usage Arguments Details Value Author(s) Examples
View source: R/SCESet-methods.R
Get or set cell names from an SCESet object
1 2 3 4 5 6 |
object |
An |
value |
a vector of cell names to apply to the |
Simply a wrapper to sampleNames
.
A vector of cell names.
Davis McCarthy
1 2 3 4 5 6 7 8 9 10 | 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)
cellNames(example_sceset)
data("sc_example_counts")
data("sc_example_cell_info")
example_sceset <- newSCESet(countData = sc_example_counts)
cellNames(example_sceset) <- 1:ncol(example_sceset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.