| topMarkers | R Documentation | 
Top markers
topMarkers(object, ...)
## S4 method for signature 'SeuratMarkersPerCluster'
topMarkers(object, direction = c("both", "up", "down"), n = 10L)
| object | Object. | 
| direction | 
 | 
| n | 
 | 
| ... | Additional arguments. | 
DataFrame.
Updated 2022-06-09.
data(SeuratMarkersPerCluster, package = "AcidTest")
## SeuratMarkersPerCluster ====
object <- SeuratMarkersPerCluster
x <- topMarkers(
    object = object,
    direction = "up",
    n = 2L
)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.