Description Usage Arguments Value
Finds markers among a vector of names
1 2 3 4 5 6 7 8 | findMarkers(
v,
mrk,
sfx = "",
errOnNotFound = FALSE,
errOnNonUnique = FALSE,
verbose = FALSE
)
|
v |
- vector of names to examine |
mrk |
- vector of markers to search for, or path to a file containing one marker name per line |
sfx |
- common suffix on all marker columns |
errOnNotFound |
- what to do when a requested marker is not found: TRUE - throw an error; FALSE (default) - exclude from results |
errOnNonUnique |
- what to do when a mapping is not unique: TRUE - throw an error; FALSE (default) - return the first match |
verbose |
- whether to display additional messages (default: FALSE) |
A named vector of matches between v and mrk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.