View source: R/contig.support.R
check_contig_support_wrapper | R Documentation |
Given a set of filtered contigs, checks support for each contig using the appropriate function e.g. if the contig is chimeric, uses check_split_contig_support whereas, if the contig contains the distal side only, uses check_distal_only_contig_support
Produces a data table with the name of each contig and the number of tumor/normal supporting qnames
check_contig_support_wrapper(
calns,
reads.dt,
ref,
name.field = "name",
min.supp.reads = 2,
max.normal.reads = 10,
min.read.ratio = 10,
verbose = FALSE
)
calns |
(data.table) alignment for POSSIBLY MULTIPLE contigs |
reads.dt |
(data.table) |
ref |
(BWA) |
name.field |
(character) default "name" |
min.supp.reads |
(numeric) min number of supporting reads to be considered as having read support (default 2) |
max.normal.reads |
(numeric) maximum accepted number of supporting reads in normal (default 5) |
min.read.ratio |
(numeric) minimum ratio of tumor to normal reads (default 5) |
verbose |
(logical) default FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.