label_contigs | R Documentation |
Labels the category of each contig associated with a loose end, as well as the overall category of the loose end. (e.g. T0/T1/T2/MYS)
label_contigs(
le,
bps,
mapq.gr,
unmappable.gr,
mappability.thresh = 0.5,
specificity.thresh = 0
)
bps |
(data.table) data.table representing breakpoints coercible to GRanges. bps needs to have columns mapq, tumor.count, and normal.count representing supporting barcodes for that contig. |
mapq.gr |
(GRanges) tiled granges with field mapq0.frac |
unmappable.gr |
(GRanges) ranges that are considered CN unmappable |
mappability.thresh |
(numeric) 0.1 for mappable categorization |
specificity.thresh |
(numeric) cutoff for tumor-specific contigs |
li |
(data.table) data.table coercible to GRanges representing loose end |
returns |
a list with two items:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.