View source: R/contig.assembly.R
call_loose_end2 | R Documentation |
labels a single loose end
call_loose_end2(
li,
ri,
id,
concat.bwa,
human.bwa,
window = 5000,
low.mappability.gr.fn = system.file("extdata", "wide.multimapping.ranges.rds",
package = "loosends"),
unassembled.gr.fn = system.file("extdata", "assembly.gaps.ranges.rds", package =
"loosends"),
verbose = FALSE,
...
)
li |
(data.table, GRanges, or character coercible to GRanges) |
ri |
(reads from loosereads_wrapper) |
id |
(character) sample id |
concat.bwa |
(RSeqLib::BWA) reference BWA object with foreign sequences |
human.bwa |
(RSeqLib::BWA) reference BWA with human only sequences |
window |
(numeric) window in BP for building contigs, default 5e3 |
low.mappability.gr.fn |
(character) path to low mappability ranges |
unassembled.gr.fn |
(character) path to low mappability ranges |
verbose |
(logical) default FALSE |
... |
(additional inputs to various helper functions) |
list with four items
call
contigs (curated contigs)
distal.bps (distal breakends)
all.bps (all breakends)
all.tigs (all contigs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.