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

Description Usage Arguments Details Value Examples

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)

Arguments

searchTerm

a search term

limit

the maximum number of return entries, default 10. limit = all 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-release documentation built on May 6, 2019, 9:57 a.m.