junctionsToGRanges: Simple wrapper for generating a GRanges object, it supports...

Description Usage

Description

Simple wrapper for generating a GRanges object, it supports the same input as 'GenomicRanges::Ranges', i.e. addition of metadata columns. As a minimum a chromosome name and aligned strand must be provided, in addition two of either must be provided of following; a 'start', 'end', or 'width'

Usage

1
2
3
4
5
6
7
8
junctionsToGRanges(
  seqnames,
  start = NULL,
  end = NULL,
  width = NULL,
  strand,
  ...
)

KasperThystrup/circulaR documentation built on March 14, 2021, 12:44 p.m.