rtDetect: Detecting retrotranscript insertion in nuclear genomes.

Description Usage Arguments Details Value

View source: R/eventDetection.R

Description

Detecting retrotranscript insertion in nuclear genomes.

Usage

1
rtDetect(gr, genes, maxgap = 100, minscore = 0.3)

Arguments

gr

A GRanges object

genes

TxDb object of genes. hg19 and hg38 are supported in the current version.

maxgap

The maxium distance allowed on the reference genome between the paired exon boundries.

minscore

The minimum proportion of intronic deletions of a transcript should be identified.

Details

This function searches for retroposed transcripts by identifying breakpoints supporting intronic deletions and fusions between exons and remote loci. Only BND notations are supported at the current stage.

Value

A GRangesList object, named insSite and rt, reporting breakpoints supporting insert sites and retroposed transcripts respectively. 'exon' and 'txs' in the metadata columns report exon_id and transcript_name from the 'genes' object.


PapenfussLab/StructuralVariantAnnotation documentation built on Dec. 25, 2021, 1:20 a.m.