Skip to contents

search for platform updated 05/2025

Usage

searchPlatform(x, platforms = predefined_platforms, contain_all = TRUE)

Arguments

x

a string or character vector to search for. input character vector if searching for multiple terms.

platforms

pre-defined platform information character variable.

contain_all

if TRUE, results contain all search terms will be returned. if FALSE, results contain any of the given term will be returned.

Value

character or dataframe of search result

Examples

searchPlatform("proteomics")
#> [1] "proteomics by array"                        
#> [2] "proteomics by mass spectrometry"            
#> [3] "proteomics by NMR"                          
#> [4] "proteomics by antibody or aptamer"          
#> [5] "proteomics by fluorescence"                 
#> [6] "single-cell proteomics by mass spectrometry"
searchPlatform(c("transcript", "single-cell"), contain_all = TRUE)
#> [1] "transcriptomics by single-cell RNA-seq"
#> [2] "single-cell spatial transcriptomics"