.clipTranscript {txcutr}R Documentation

Clip Transcript to Given Length

Description

Internal function for operating on individual GRanges, where ranges represent exons in a transcript. This is designed to be used in an *apply function over a GRangesList object.

Usage

.clipTranscript(gr, maxTxLength)

Arguments

gr

a GRanges object

maxTxLength

a positive integer

Value

the clipped GRanges object


[Package txcutr version 1.0.0 Index]