View source: R/api_patient_queries.R
query_patient_slides | R Documentation |
Query Patient Slides
query_patient_slides(
patients = NA,
datasets = NA,
ethnicities = NA,
genders = NA,
races = NA,
samples = NA,
slides = 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,
...
)
patients |
A list of strings |
datasets |
A vector of strings |
ethnicities |
A vector of strings |
genders |
A vector of strings |
races |
A vector of strings |
samples |
A vector of strings |
slides |
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.