searchToquery: Convert searchEncode output in queryEncode output.

Description Usage Arguments Details Value Examples

View source: R/query.R

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

1
searchToquery(df = get_encode_df(), searchResults, quiet = TRUE)

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.

Details

The output is compatible with the dowload function.

Value

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

Examples

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

ENCODExplorer documentation built on Nov. 8, 2020, 5:11 p.m.