View source: R/eachfunctions.R
filtereach | R Documentation |
Internally filter each element of a GenomicRangesList
filtereach(x, ...)
x |
GRangesList object |
... |
Logical conditions to filter each element in the GRanges by. Multiple conditions can be provided as comma-delimited inputs |
Filtered GRangesList object
Fursham Hamid
# Load dataset
data(query_exons)
# select first element of each GRangesList item
filtereach(query_exons, dplyr::row_number() == 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.