discover_element: Convenience function to discover elements in 'what' in a...

Description Usage Arguments Value

Description

Convenience function to discover elements in what in a vector where using a function FUN.

Usage

1
2
discover_element(object, what, where = c("rownames", "colnames",
  "rowData", "colData"), FUN = c("grepl", "is_in"), column = NULL)

Arguments

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).

Value

A list with TRUE/FALSE


jenzopr/singlecellutils documentation built on June 12, 2019, 2:51 a.m.