Description Usage Arguments Value
View source: R/import_novel_sj_reads.R
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.
1 | import_novel_sj_reads(bam, sj_unann)
|
bam |
Character string. The path to the BAM file. |
sj_unann |
GRanges object with unannotated splice junctions. |
GAlignments object with all reads from the BAM file that contain a novel splice junctions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.