extr_ice_assay_names | R Documentation |
This function allows users to search for assay names in the ICE database
using a regular expression. If no search pattern is provided (regex = NULL
),
it returns all available assay names.
extr_ice_assay_names(regex = NULL, verbose = TRUE)
regex |
A character string containing the regular expression to search for,
or |
verbose |
A logical value indicating whether to print detailed messages. Default is TRUE. |
A character vector of matching assay names.
extr_ice_assay_names("OPERA")
extr_ice_assay_names(NULL)
extr_ice_assay_names("Vivo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.