View source: R/api_copy_number_result_queries.R
query_copy_number_results | R Documentation |
Query Copy Number Results
query_copy_number_results( datasets = NA, tags = NA, features = NA, entrez = NA, direction = NA, min_p_value = NA, max_p_value = NA, min_log10_p_value = NA, max_log10_p_value = NA, min_mean_normal = NA, min_mean_cnv = NA, min_t_stat = NA, paging = NA, ... )
datasets |
A vector of strings |
tags |
A vector of strings |
features |
A vector of strings |
entrez |
A vector of strings |
direction |
A string, either Amp' or 'Del' |
min_p_value |
A double |
max_p_value |
A double |
min_log10_p_value |
A double |
max_log10_p_value |
A double |
min_mean_normal |
A double |
min_mean_cnv |
A double |
min_t_stat |
A double |
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.