Description Usage Arguments Value Examples
Rename variables of pData(object)
.
1 2 3 4 5 6 |
object |
A |
... |
Additional arguments to be passed to |
An SCESet object.
1 2 3 4 5 | 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)
example_sceset <- rename(example_sceset, Cell_Phase = Cell_Cycle)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.