Description Usage Arguments Value Author(s) See Also Examples
Top Markers
1 2 3 4 5 | topMarkers(object, ...)
## S4 method for signature 'grouped_df'
topMarkers(object, n = 10L, direction = c("positive",
"negative", "both"), coding = FALSE)
|
object |
Object. |
... |
Additional arguments. |
n |
Number of genes per cluster. |
direction |
Whether to include " |
coding |
Only include protein coding genes. |
grouped_df
.
Michael Steinbaugh
dplyr::slice()
.
dplyr::top_n()
.
Other Clustering Functions: cellTypesPerCluster
,
knownMarkersDetected
,
plotCellTypesPerCluster
,
plotFeatureTSNE
,
plotKnownMarkersDetected
,
plotPCElbow
, plotTSNE
,
sanitizeMarkers
1 2 3 4 5 6 7 8 9 | # grouped_df ====
# Currently only works on `Seurat::FindAllMarkers()` return sanitized with
# our `sanitizeMarkers()` function
x <- topMarkers(
object = all_markers_small,
n = 2L,
direction = "positive"
)
head(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.