Hi. I'm using BreakDancer to find structural variations in a paired set of samples. One sample is a tumor and the other is the matched normal sample. What I want to do is run BreakDancer on both samples and then "subtract" out the variations seen in the normal sample from those in the cancer sample so that I'm left with those specific for the cancer. My problem is how to do this? The results given for each sample are in the form of chr1,pos1,chr2,pos2 as the location of the breakpoints. I've tried to concatenate those values to create a unique identifier for the subtraction, but that did not work very well. How do people do this kind of subtraction to find variations unique to the cancer sample? Is there a better tool than BreakDancer out there for this kind of analysis? Thanks for any help.
Unconfigured Ad
Collapse
X
-
-
What I've been doing is to expand the calls into regions on each end and writing them out in BEDPE format:
chr1 start1 end1 chr2 start2 end2 strand1 strand2 name etc..
You can do this either by adding a little bit of slop to the location of each breakpoint (i.e. 500bp up and downstream of the location or something similar) or by determining the regions in which the supporting reads for each SV lie using the output file of supporting reads from Breakdancer. Then when I've got a bedpe file, I've been using the pairToPair utility from BEDTools with the "notboth" option to subtract SVs that overlap on both ends. Check out the BEDTools manual for more details on that command.
I think that some of the other SV callers (GASV?) have this sort of capability baked in.
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 08-24-2026, 10:32 AM
|
0 responses
20 views
0 reactions
|
Last Post
by SEQadmin2
08-24-2026, 10:32 AM
|
||
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
37 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
38 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
48 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
Comment