processDatasetResultSets | R Documentation |
Processes JSON as a datasets result set
processDatasetResultSets(d)
d |
The JSON to process |
A data table with the queried datasets' resultSet ID(s). A list if
raw = TRUE
. Use
get_differential_expression_values
to get differential expression
values (see examples). Use get_dataset_differential_expression_analyses
to get more detailed information about a result set.
The fields of the output data.table are:
resultSet.id
: Internal ID given to the result set. Can be used to access the results using get_differential_expression_values
factor.category
: What is the category splitting the experimental groups in the result set (e.g. disease )
factor.levels
: What are the conditions that are compared in the result set (e.g control, bipolar disorder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.