check_grlist_cols: Check GRanges list columns

View source: R/check_grlist_cols.R

check_grlist_colsR Documentation

Check GRanges list columns

Description

Check that at least one of the required columns is in a list of GRanges objects. Elements that do not meet this criterion will be dropped from the list.

Usage

check_grlist_cols(grlist, target_cols)

Arguments

grlist

Named list of GRanges objects.

target_cols

A character vector of column names to search for.

Value

Named list of GRanges objects.


neurogenomics/EpiCompare documentation built on April 30, 2024, 3:58 p.m.