cellTypesPerCluster | R Documentation |
Cell types per cluster
cellTypesPerCluster(object, ...)
## S4 method for signature 'KnownMarkers'
cellTypesPerCluster(object, min = 1L, max = Inf)
object |
Object. |
min , max |
|
... |
Additional arguments. |
DFrame
.
Updated 2023-04-27.
data(KnownMarkers, package = "AcidTest")
## KnownMarkers ====
object <- KnownMarkers
x <- cellTypesPerCluster(object)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.