View source: R/api_samples_queries.R
query_sample_patients | R Documentation |
Query Sample Patients
query_sample_patients(
samples = NA,
patients = NA,
ethnicities = NA,
genders = NA,
races = NA,
max_age_at_diagnosis = NA,
max_height = NA,
max_weight = NA,
min_age_at_diagnosis = NA,
min_height = NA,
min_weight = NA,
paging = NA,
...
)
samples |
A vector of strings |
patients |
A list of strings |
ethnicities |
A vector of strings |
genders |
A vector of strings |
races |
A vector of strings |
max_age_at_diagnosis |
An integer |
max_height |
A float |
max_weight |
A float |
min_age_at_diagnosis |
An integer |
min_height |
A float |
min_weight |
A float |
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.