peaks_metadata_annotationhub: Metadata for epigenomic peaks: AnnotationHub

peaks_metadata_annotationhubR Documentation

Metadata for epigenomic peaks: AnnotationHub

Description

A subset of metadata from AnnotationHub that only includes entries for peaks (narrowPeak and broadPeak).

Usage

data("peaks_metadata_annotationhub")

Format

An object of class data.table (inherits from data.frame) with 12483 rows and 24 columns.

Source

meta <- search_annotationhub() searches <- construct_searches(keys = c("broadpeak","narrowpeak","genericpeak")) search_strings <- paste(unname(unlist(searches)),collapse = "|") peaks_metadata_annotationhub <- meta[with(meta, grepl(search_strings, paste(title,description,sourcetype,sourceurl), ignore.case = TRUE) ), ] PeakyFinders:::drop_empty_cols(peaks_metadata_annotationhub) usethis::use_data(peaks_metadata_annotationhub, overwrite = TRUE)


neurogenomics/PeakyFinders documentation built on March 24, 2024, 4:28 p.m.