View source: R/supported_chips.R
get_smarter_supportedchips | R Documentation |
Collect information on chip data currently managed in SMARTER database.
get_smarter_supportedchips(query = list())
query |
a |
Returns a dataframe with selected chips
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.