Search ENCODE data by querying the ENCODE Portal using its REST API.
queryEncode(
exactMatch,
partialMatch = character(0),
API_url = "https://www.encodeproject.org/search/",
...
)
character. Exact-match keywords refer to search results that perfectly match all the keywords in the search query, exactly as entered. It is a named character vector. The names will be the keys and characters will be the values for search.
character. Partial-match refer to search results that contain the search query. It is a named character vector. The names will be the keys and characters will be the values for search. The value starting from '!' indicates logical negation(NOT). The value starting from '>', '>=', '<', '==', '<=' indicates string comparison.
character. The ENCODE REST API url.
Not used.
A list of search results