View source: R/build.contigs.R
build_contigs_wrapper | R Documentation |
build_contigs_wrapper
build_contigs_wrapper(
gr,
reads.dt,
ref,
window = 5000,
assembly.region = 1000,
stride = 500,
pseudo.contigs = TRUE,
low.mappability.gr = GRanges(),
unassembled.gr = GRanges(),
verbose = FALSE
)
gr |
(GRanges) which breakpoint do we care about |
reads.dt |
(data.table) |
ref |
(BWA object) |
window |
(numeric) how many bases around window to consider for assembly (default 5e3) |
assembly.region |
(numeric) how many bases at a time to consider for assembly (default 1e3) |
stride |
(numeric) stride for tiling window (default 500) |
pseudo.contigs |
(logical) include pseudo-contigs from discordant read clustering? default TRUE |
low.mappability.gr |
(GRanges) path to GRanges containing low mappability bases |
unassembled.gr |
(GRanges) path to GRanges containing unassembled regions |
verbose |
(logical) default FALSE |
data.table with contig alignments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.