process_loose_ends | R Documentation |
Annotate a set of loose ends (ranges) based on local assembly of adjacent read pairs
process_loose_ends(
id = "",
ranges = GRanges(),
tbam = "/dev/null",
nbam = "/dev/null",
ref_dir = "/dev/null",
outdir = "./",
read_pad = 5000,
assembly_pad = 1000,
verbose = FALSE
)
id |
(character) sample ID |
ranges |
(GRanges) |
tbam |
(character) path to tumor bam |
nbam |
(character) path to normal bam |
ref_dir |
(character) path to reference directory |
outdir |
(character) directory for storing outputs |
read_pad |
(numeric) default 5000 |
assembly_pad |
(numeric) default 1000 |
verbose |
(logical) default TRUE |
list with two items
call
contigs
support
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.