old_resizeTranscripts: Resize GRanges transcript object

Description Usage Arguments Value Examples

View source: R/old_resizeTranscripts.R

Description

This function will append/extend the 5' and 3' ends of a GRanges object which describes the exon ranges of a transcript or a CDS

Usage

1
resizeTranscripts(x, start = 0, end = 0)

Arguments

x

GRanges object containing exon coordinates of a transcript or CDS

start

Length of 5' end to truncate (positive val) or extend (negative val)

end

Length of 3' end to truncate (positive val) or extend (negative val)

Value

a new GRanges transcript object

Examples

1
resizeTranscripts(ptbp2Data$transcripts$ENSMUST00000197833, start = 100)

fursham-h/ponder documentation built on Dec. 27, 2019, 12:15 a.m.