Skip to contents

updated 10/2025

Usage

searchAssayType(x = "")

Arguments

x

a string to search for. if empty, will return all available assay types.

Value

search result

Examples

searchAssayType()
#> [1] "transcriptomics"    "proteomics"         "metabolomics"      
#> [4] "methylomics"        "genetic_variations" "DNA_binding_sites" 
#> [7] "other"             
searchAssayType("transcript")
#> [1] "transcriptomics"