Fetches assay meta information for the assays stored in a FacileDataStore

assay_info(x, assay_name = NULL, ...)

Arguments

x

A FacileDataStore

assay_name

optional name of the assay to get information for

Value

a tibble of meta information for the assays stored in x, with these columns:

  • assay <chr>: Name of the assay

  • assay_type <chr>: "rnaseq", "lognorm", etc. Look at FacileData:::.assay.types vector

  • feature_type <chr>: A string from FacileData:::.feature.types, ie. "ensgid", "entrez", "custom", etc.

  • description <chr>: string description

  • nfeatures <int>: number of features we have info for

  • storage_mode <chr>: "integer", "numeric"