Plot barcode overlap between different samples
Source:R/plot_barcode_overlap.r
plot_barcode_overlap.RdPlot barcode overlap between different samples
Examples
if (interactive()) {
constructs = list(pat1=data.frame(gene_name="GENE1", mut_id="GENE1_A1V",
pep_id="GENE1_A1V", pep_type="alt", tiled="ATGGCCGCC", barcode_1="AAAA"))
plot_barcode_overlap(constructs, valid_barcodes=c("AAAA", "CCCC"))
}