Search metadata from AnnotationHub.
search_annotationhub(
searches = construct_searches(),
ah_id = NULL,
output_category = NULL,
output_type = NULL,
file_format_type = NULL,
biosample_id = NULL,
biosample_type = NULL,
biosample_name = NULL,
dataset_biosample_summary = NULL,
dataprovider = NULL,
species = NULL,
genome = NULL,
description = NULL,
rdataclass = NULL,
sourcetype = NULL,
partial_match = TRUE,
peaks_only = FALSE,
verbose = TRUE,
...
)
https://biodatascience.github.io/compbio/bioc/anno.html Mike Love tutorial on accessing peak data from AnnotationHub.
Named list of regex queries.
Search "ah_id" column.
Search "output_category" column.
Search "output_type" column.
Search "file_format_type" column.
Search "biosample_id" column.
Search "biosample_type" column.
Search "biosample_name" column.
Search "dataset_biosample_summary" column.
Search "dataprovider" column.
Search "species" column.
Search "genome" column.
Search "description" column.
Search "rdataclass" column.
Search "sourcetype" column.
Return case-insensitive substring matches instead of
exact matches only (default: TRUE
).
Return pre-filtered metadata for peak data aligned to the GRCh38 human genome build.
Print messages.
Additional metadata columns to filter.
meta <- search_annotationhub(searches=construct_searches(keys="narrowpeak"),
biosample_type="brain",
peaks_only=TRUE)
#> Subsetting metadata to only peaks.
#> Returning filtered metadata: 12,483 entries.