strandBool: Get logical list of strands

View source: R/gr_or_grl_helpers.R

strandBoolR Documentation

Get logical list of strands

Description

Helper function to get a logical list of True/False, if GRangesList group have + strand = T, if - strand = F Also checks for * strands, so a good check for bugs

Usage

strandBool(grl)

Arguments

grl

a GRangesList or GRanges object

Value

a logical vector

Examples

gr <- GRanges(Rle(c("chr2", "chr2", "chr1", "chr3"), c(1, 3, 2, 4)),
              IRanges(1:10, width = 10:1),
              Rle(strand(c("-", "+", "*", "+", "-")), c(1, 2, 2, 3, 2)))
strandBool(gr)


JokingHero/ORFik documentation built on April 23, 2024, 12:37 a.m.