parse_realignment | R Documentation |
takes two BAMs, one with all reads and mates, and one with realignments and merges them, marking reads which did not realign uniquely to the reference
parse_realignment(reads, aln_bam, filter = FALSE, verbose = FALSE)
reads |
(GRanges) reads from .sample_spec |
aln_bam |
(character) bam realigned to reference |
filter |
(logical) default FALSE |
verbose |
(logical) default FALSE |
data.table of realigned reads
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.