View source: R/api_driver_result_queries.R
query_driver_results | R Documentation |
Query Driver Results
query_driver_results( datasets = NA, tags = NA, features = NA, entrez = NA, mutations = NA, mutation_codes = NA, min_p_value = NA, max_p_value = NA, min_log10_p_value = NA, max_log10_p_value = NA, min_fold_change = NA, min_log10_fold_change = NA, min_num_wild_types = NA, min_num_mutants = NA, paging = NA, ... )
datasets |
A vector of strings |
tags |
A vector of strings |
features |
A vector of strings |
entrez |
A vector of strings |
mutations |
A vector of strings |
mutation_codes |
A vector of strings |
min_p_value |
A double |
max_p_value |
A double |
min_log10_p_value |
A double |
max_log10_p_value |
A double |
min_fold_change |
A double |
min_log10_fold_change |
A double |
min_num_wild_types |
An integer |
min_num_mutants |
An integer |
paging |
A named list |
... |
Arguments to create_result_from_api_query |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.