Description Usage Arguments Value Author(s) See Also
Provide limited SingleCellExperiment
-like method support.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | ## S4 method for signature 'seurat'
cell2sample(object)
## S4 method for signature 'seurat'
plotCellCounts(object, interestingGroups, fill = NULL,
title = "cell counts")
## S4 method for signature 'seurat,ANY'
assay(x)
## S4 method for signature 'seurat'
colData(x)
## S4 method for signature 'seurat'
colnames(x)
## S4 method for signature 'seurat'
counts(object)
## S4 method for signature 'seurat'
metadata(x)
## S4 replacement method for signature 'seurat'
metadata(x) <- value
## S4 method for signature 'seurat'
rowData(x)
## S4 method for signature 'seurat'
rowRanges(x)
## S4 method for signature 'seurat'
rownames(x)
## S4 method for signature 'seurat'
gene2symbol(object)
## S4 method for signature 'seurat'
interestingGroups(object)
## S4 replacement method for signature 'seurat,character'
interestingGroups(object) <- value
## S4 method for signature 'seurat'
sampleNames(object)
|
object |
Object. |
interestingGroups |
Character vector of interesting groups. Must be
formatted in camel case and intersect with |
fill |
Desired ggplot fill scale. Must supply discrete values. When set
to |
title |
Plot title. |
x |
Primary object. |
value |
Object to assign. |
normalized |
Normalized ( |
Match SummarizedExperiment
method return.
Michael Steinbaugh
getMethod("metadata<-", "Annotated")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.