Learn R Programming

ENCODExplorer (version 1.4.3)

searchToquery: Convert searchEncode output in queryEncode output.

Description

After processing to a basic search with the searchEncode function you can convert your result in a queryEncode output. Thus you can benefit from the collected metadata.

Usage

searchToquery(df = NULL, searchResults, quiet = FALSE)

Arguments

df
list of two data.frame containing ENCODE experiment and dataset metadata.
searchResults
the results set generated from searchEncode
quiet
logical enables to switch off the result summary information when setting at TRUE.

Value

a list of two data.frames containing data about ENCODE experiments and datasets

Details

The output is compatible with the dowload function.

Examples

Run this code
search_res <- searchEncode(searchTerm = "switchgear elavl1", limit = "1")
res <- searchToquery(searchResults = search_res, quiet = TRUE)

Run the code above in your browser using DataLab