KnownMarkers | R Documentation |
Objects must contain Ensembl gene identifiers in the geneId
column. We
must avoid any matching operations based on the gene names, since these
change often and can mismatch easily.
KnownMarkers(markers, known, ...)
## S4 method for signature 'SeuratMarkersPerCluster,CellTypeMarkers'
KnownMarkers(markers, known, promiscuousThreshold = 0L)
markers |
|
known |
|
promiscuousThreshold |
|
... |
Additional arguments. |
KnownMarkers
.
Updated 2022-06-09.
data(cellTypeMarkersList, package = "AcidSingleCell")
data(SeuratMarkersPerCluster, package = "AcidTest")
## SeuratMarkersPerCluster ====
markers <- SeuratMarkersPerCluster
known <- cellTypeMarkersList[["homoSapiens"]]
x <- KnownMarkers(markers = markers, known = known)
summary(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.