surveyDatasets: Survey of dataset metadata

View source: R/surveyDatasets.R

surveyDatasetsR Documentation

Survey of dataset metadata

Description

Metadata survey for all available datasets in the scRNAseq package.

Usage

surveyDatasets(cache = cacheDirectory(), overwrite = FALSE, latest = TRUE)

Arguments

cache, overwrite

Arguments to pass to fetchMetadataDatabase.

latest

Whether to only consider the latest version of each dataset.

Details

The returned DataFrame contains the usual suspects like the title and description for each dataset, the number of rows and columns, the organisms and genome builds involved, whether the dataset has any pre-computed reduced dimensions, and so on. More details can be found in the Bioconductor metadata schema at https://github.com/ArtifactDB/bioconductor-metadata-index.

Value

A DataFrame where each row corresponds to a dataset, containing various columns of metadata. Some columns may be lists to capture 1:many mappings.

Author(s)

Aaron Lun

See Also

searchDatasets, to search on the metadata for specific datasets.

Examples

surveyDatasets()


LTLA/scRNAseq documentation built on April 29, 2024, 12:34 p.m.