discoverData: Discover what data source types are available in the specific...

Description Usage Arguments Value Examples

View source: R/discoverData.R

Description

Discover what data source types are available in the specific Hub

Usage

1
discoverData(hub, fileType = types())

Arguments

hub

A hub object, either AnnotationHub or ExperimentHub.

fileType

The type of file the user is intersted in exploring, e.g. 'BigWigFile'.

Value

A tibble sorted in descending order.

Examples

1
2
3
library(AnnotationHub)
ah = AnnotationHub()
discoverData(ah)

Kayla-Morrell/HubGrub documentation built on Dec. 18, 2021, 2:43 a.m.