searchToquery {ENCODExplorer} | R Documentation |
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.
searchToquery(df = get_encode_df(), searchResults, quiet = TRUE)
df |
|
searchResults |
the results set generated from |
quiet |
logical enables to switch off the result summary information when setting at TRUE. |
The output is compatible with the dowload function.
a list
of two data.frame
s containing data about ENCODE
experiments and datasets
search_res <- searchEncode(searchTerm = "switchgear elavl1", limit = "1") res <- searchToquery(searchResults = search_res, quiet = TRUE)