import_novel_sj_reads: Import reads with novel splice junctions

Description Usage Arguments Value

View source: R/import_novel_sj_reads.R

Description

This functions takes a BAM file and a GRanges object with unannotated splice junctions as input and returns a GAlignments object with all reads from the BAM file that contain any of the novel splice junctions.

Usage

1
import_novel_sj_reads(bam, sj_unann)

Arguments

bam

Character string. The path to the BAM file.

sj_unann

GRanges object with unannotated splice junctions.

Value

GAlignments object with all reads from the BAM file that contain a novel splice junctions.


khembach/DISCERNS documentation built on June 23, 2020, 3:35 p.m.