Description Usage Arguments Value Note Author(s) See Also Examples
Known Markers Detected
1 2 3 4 5 | knownMarkersDetected(object, ...)
## S4 method for signature 'grouped_df'
knownMarkersDetected(object, known, alpha = 0.05,
filterPromiscuous = FALSE, promiscuousCutoff = 5L)
|
object |
All markers data, generated by |
... |
Additional arguments. |
known |
Known markers |
alpha |
Alpha cutoff (adjusted P value; false discovery rate). |
filterPromiscuous |
Remove genes with poor specificity, that are present
in as many clusters as defined by |
promiscuousCutoff |
Minimum number of clusters required to consider a gene marker promiscuous. |
grouped_df
, grouped by "cellType
" column.
Both the all
and known
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.
Michael Steinbaugh
Other Clustering Functions: cellTypesPerCluster
,
plotCellTypesPerCluster
,
plotFeatureTSNE
,
plotKnownMarkersDetected
,
plotPCElbow
, plotTSNE
,
sanitizeMarkers
, topMarkers
1 2 3 4 5 6 | # grouped_df ====
x <- knownMarkersDetected(
object = all_markers_small,
known = cellTypeMarkers[["homoSapiens"]]
)
head(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.