Description Usage Arguments Value
Code to build a query from a list of id input.
formulate_build_literal_query is a function that can be used to create an input query for the AFL.
It takes idname as input.
idname is received from get_base_idname under revealgenomics by passing fullarrayname as input and is the name of the attribute as mentioned in the scidb array.
1 | formulate_base_selection_query(idname, id)
|
idname |
a string denoting the type of id |
id |
a contiguous vector of id values from the array |
a string to use as the input query for scidb to select the given id values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.