Description Usage Arguments Value Examples
Adds new columns to pData(object)
preserving existing variables.
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 <- mutate(example_sceset, is_quiescent = Cell_Cycle == "G0")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.