searchEncode: Simulate a query on ENCODE website and return the result as a...

Description Usage Arguments Details Value Examples

View source: R/rest_api.R

Description

data.frames produced when converting JSON to data.frame with the fromJSON function will sometime have columns that are lists and/or columns that are data.frames.

Usage

1
searchEncode(searchTerm = NULL, limit = 10, quiet = FALSE)

Arguments

searchTerm

a search term

limit

the maximum number of return entries, default 10.

quiet

logical value enables to switch off the result summary information when setting at TRUE. will return all the result. It can generate large results set.

Details

This function simulates a basic query on ENCODE website

Value

a data.frame corresponding Every object that matches the search term

Examples

1
       searchEncode("ChIP-Seq+H3K4me1")

CharlesJB/ENCODExplorer documentation built on Dec. 9, 2019, 10:11 a.m.