Collect information on chip data currently managed in SMARTER database.
Usage
get_smarter_supportedchips(query = list())
Examples
chips <- get_smarter_supportedchips()
if (FALSE) {
# collect data on chips
get_smarter_supportedchips()
# retrieve samples relying on chip used
samples <- get_smarter_samples(
species = "Sheep",
query = list(chip_name = "AffymetrixAxiomOviCan")
)
}