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. The BAM files is
read in parallel with mclapply using the specified number of cores
.
1 | import_novel_sj_reads_parallel(bam, yield_size = 2e+05, sj_unann, cores = 1)
|
bam |
Character string. The path to the BAM file. |
yield_size |
Integer scalar. Read the BAM file in chunks of this size. |
sj_unann |
GRanges object with unannotated splice junctions. |
cores |
Integer scalar. Number of cores to use. Default 1. |
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.