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.

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()
## 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 July 2, 2024, 12:24 p.m.