Collect information on chip data currently managed in SMARTER database.
Usage
get_smarter_supportedchips(query = list())Examples
chips <- get_smarter_supportedchips()
#> INFO [2025-11-16 16:25:17] Get data from supported chip endpoint
#> INFO [2025-11-16 16:25:17] Done!
if (FALSE) { # \dontrun{
# collect data on chips
get_smarter_supportedchips()
# retrieve samples relying on chip used
samples <- get_smarter_samples(
species = "Sheep",
query = list(chip_name = "AffymetrixAxiomOviCan")
)
} # }