Search metadata from the Encyclopedia of DNA Elements (ENCODE).
search_roadmap(
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://github.com/neurogenomics/EpiCompare/issues/43 Discussion on EpiCompare GitHub.
https://biodatascience.github.io/compbio/bioc/anno.html Mike Love tutorial on accessing peak data from AnnotationHub.
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 metdata columns to filter.
meta <- search_roadmap(biosample_type="brain",
file_format_type="narrowPeak",
genome="hg19",
peaks_only=TRUE)
#> Subsetting metadata to only peaks.
#> Filtering by: file_format_type
#> Filtering by: biosample_type
#> Filtering by: genome
#> Returning filtered metadata: 69 entries.