Description Usage Arguments Details Value Examples
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.
1 | 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
1 2 | search_res <- searchEncode(searchTerm = "switchgear elavl1", limit = "1")
res <- searchToquery(searchResults = search_res, quiet = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.