Learn R Programming

ENCODExplorer (version 1.4.3)

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

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

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.

Value

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

Details

This function simulates a basic query on ENCODE website

Examples

Run this code
       searchEncode("ChIP-Seq+H3K4me1")

Run the code above in your browser using DataLab