-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
From the existing BEDPE-formatted annotation files, create a new BEDPE-formatted output file that indicates presence/absence for a given fusion in a given annotation source.
E.g., given, say, TCGA and CIViC annotation files, produce a file that looks like either:
chrom1 start1 end1 chrom2 start2 end2 name score strand1 strand2 orient1 orient2 tcga civic
chr1 1 2 chr2 1 2 FOO-BAR 100 + + + + 1 0
Or:
chrom1 start1 end1 chrom2 start2 end2 name score strand1 strand2 orient1 orient2 anno_sources
chr1 1 2 chr2 1 2 FOO-BAR 100 + + + + tcga,civic
Reactions are currently unavailable