base-Seurat | R Documentation |
Seurat
classProvide limited SingleCellExperiment
-like method support.
## S4 method for signature 'Seurat'
GeneToSymbol(object, ...)
## S4 method for signature 'Seurat,ANY'
assay(x, i, withDimnames = TRUE, ...)
## S4 method for signature 'Seurat'
assayNames(x, ...)
## S4 method for signature 'Seurat'
assays(x, withDimnames = TRUE, ...)
## S4 method for signature 'Seurat'
cellCountsPerCluster(object, ...)
## S4 method for signature 'Seurat'
clusters(object)
## S4 method for signature 'Seurat'
colData(x)
## S4 replacement method for signature 'Seurat,DFrame'
colData(x) <- value
## S4 method for signature 'Seurat'
counts(object, assay = NULL)
## S4 method for signature 'Seurat'
cpm(object, assay = NULL)
## S4 method for signature 'Seurat'
diffExp(object, ...)
## S4 method for signature 'Seurat'
diffExpPerCluster(object, ...)
## S4 method for signature 'Seurat'
findMarkers(object, ...)
## S4 method for signature 'Seurat'
interestingGroups(object, ...)
## S4 replacement method for signature 'Seurat,character'
interestingGroups(object) <- value
## S4 method for signature 'Seurat'
logcounts(object, assay = NULL)
## S4 method for signature 'Seurat'
mapGenesToIds(object, genes, strict = TRUE)
## S4 method for signature 'Seurat'
mapGenesToRownames(object, genes, strict = TRUE)
## S4 method for signature 'Seurat'
mapGenesToSymbols(object, genes, strict = TRUE)
## S4 method for signature 'Seurat'
metadata(x, ...)
## S4 replacement method for signature 'Seurat'
metadata(x) <- value
## S4 method for signature 'Seurat'
metrics(object, ...)
## S4 method for signature 'Seurat'
normalize(object)
## S4 method for signature 'Seurat'
normcounts(object, assay = NULL)
## S4 method for signature 'Seurat'
organism(object)
## S4 replacement method for signature 'Seurat'
organism(object) <- value
## S4 method for signature 'Seurat'
plotCellCountsPerCluster(object, ...)
## S4 method for signature 'Seurat,KnownMarkers'
plotCellTypesPerCluster(object, markers, ...)
## S4 method for signature 'Seurat'
plotCounts(object, ...)
## S4 method for signature 'Seurat'
plotDots(object, ...)
## S4 method for signature 'Seurat'
plotFeature(object, ...)
## S4 method for signature 'Seurat,KnownMarkers'
plotKnownMarkers(object, markers, ...)
## S4 method for signature 'Seurat'
plotMarker(object, ...)
## S4 method for signature 'Seurat'
plotPca(object, ...)
## S4 method for signature 'Seurat'
plotReducedDim(object, ...)
## S4 method for signature 'Seurat'
plotStackedBarPlot(object, ...)
## S4 method for signature 'Seurat'
plotTsne(object, ...)
## S4 method for signature 'Seurat'
plotViolin(object, ...)
## S4 method for signature 'Seurat'
plotUmap(object, ...)
## S4 method for signature 'Seurat,ANY'
reducedDim(x, type = 1L, withDimnames = TRUE)
## S4 method for signature 'Seurat'
reducedDimNames(x)
## S4 method for signature 'Seurat'
reducedDims(x, ...)
## S4 method for signature 'Seurat'
rowData(x, use.names = TRUE, ...)
## S4 method for signature 'Seurat'
rowRanges(x)
## S4 replacement method for signature 'Seurat,ANY'
rowRanges(x) <- value
## S4 method for signature 'Seurat'
sampleData(object, ...)
## S4 replacement method for signature 'Seurat,DFrame'
sampleData(object) <- value
## S4 method for signature 'Seurat'
sampleNames(object)
object |
Object. |
... |
Additional arguments. |
x |
Object. |
i |
Indices specifying elements to extract or replace. Indices are For more information: help(topic = "Extract", package = "base") |
value |
Value to assign. |
assay |
|
genes |
|
Varies, depending on the generic.
Updated 2023-08-16.
SeuratObject::LayerData()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.