get_smarter_supportedchips: Get SMARTER supported chips

View source: R/supported_chips.R

get_smarter_supportedchipsR Documentation

Get SMARTER supported chips

Description

Collect information on chip data currently managed in SMARTER database. Cached token is used or a new token is generated if not provided when calling this function (see get_smarter_token for more information)

Usage

get_smarter_supportedchips(query = list(), token = NULL)

Arguments

query

a list of query arguments

token

a string with a valid token

Value

Returns a dataframe with selected chips

Examples

chips <- get_smarter_supportedchips()
## Not run: 
# collect data on chips
get_smarter_supportedchips()

# retrieve samples relying on chip used
samples <- get_smarter_samples(
  species = "Sheep",
  query = list(chip_name = "AffymetrixAxiomOviCan")
)

## End(Not run)

cnr-ibba/r-smarter-api documentation built on Nov. 1, 2022, 4:24 a.m.