Description Usage Arguments Value
Convenience function to discover elements in what
in a vector where
using a function FUN
.
1 2 | discover_element(object, what, where = c("rownames", "colnames",
"rowData", "colData"), FUN = c("grepl", "is_in"), column = NULL)
|
object |
A SingleCellExperiment object. |
what |
A character vector/character with what to find |
where |
Where to search the object |
FUN |
Function name used to perform the search |
column |
Column name to search in (if rowData or colData should be searched). |
A list with TRUE/FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.