Skip to content

Create merged annotation source #57

@rdocking

Description

@rdocking

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions