View source: R/contigsupport.R
read_support_wrapper | R Documentation |
read_support_wrapper
read_support_wrapper(
le.dt = data.table(),
reads.dt = data.table(),
contigs.dt = data.table(),
id = "",
pad = 5000,
ref.bwa = NULL,
ref.fasta = NULL,
bowtie = FALSE,
outdir = ".",
verbose = FALSE
)
le.dt |
(full output from prep_loose_ends) |
reads.dt |
(full output from loose_reads_wrapper) |
contigs.dt |
($filtered.contigs from call_loose_end) |
id |
(character) sample id |
pad |
(numeric) window for getting supporting reads |
ref.bwa |
(human output from grab_ref_obj) |
ref.fasta |
(character) path to fasta if using bowtie |
bowtie |
(logical) default FALSE |
outdir |
(character) dirname for temporary files |
verbose |
(logical) |
data.table with columns
leix
loose.end
contig.qname
tumor.count
normal.count
total.count
tumor.frac
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.