Description Usage Arguments Value Examples
SCESet objects contain feature information (inherited from the ExpressionSet class). This function conveniently replaces the feature data with the value supplied, which must be an AnnotatedDataFrame.
1 2 3 4 5 |
object |
An SCESet object. |
value |
an AnnotatedDataFrame with updated featureData to replace existing |
A matrix of expression count data, where rows correspond to features (e.g. genes) and columns correspond to cells.
1 2 3 4 5 6 7 8 | ## Not run:
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)
fData(example_sceset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.