Skip to contents

Collect information on chip data currently managed in SMARTER database.

Usage

get_smarter_supportedchips(query = list())

Arguments

query

a list of query arguments

Value

Returns a dataframe with selected chips

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")
)
}