Description Usage Arguments Value Author(s) See Also Examples
Cell Types per Cluster
1 2 3 4 | cellTypesPerCluster(object, ...)
## S4 method for signature 'grouped_df'
cellTypesPerCluster(object, min = 1L, max = Inf)
|
object |
Object. |
... |
Additional arguments. |
min |
Minimum number of marker genes per cluster. |
max |
Maximum number of marker genes per cluster. |
grouped_df
grouped by "cluster
", containing the count (n
) of
significant known makers per cell type.
Michael Steinbaugh
Other Clustering Functions: knownMarkersDetected
,
plotCellTypesPerCluster
,
plotFeatureTSNE
,
plotKnownMarkersDetected
,
plotPCElbow
, plotTSNE
,
sanitizeMarkers
, topMarkers
1 2 3 | # grouped_df ====
x <- cellTypesPerCluster(known_markers_small)
glimpse(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.