You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Jabba and gGnome on two breast cancer lines MCF-7 and HCC1954, starting with the bam files of CCLE consortium. The issue is that gg$edges are blank, and the events() function calls 0 type of events of known classes.
These are the commands that I am using to generate the graph :
> head(gg$edges,2)
gEdge object with 2 edges
sedge.id cn type CHROM POS paramRangeID REF ALT QUAL FILTER IMPRECISE
1: 1 2 REF <NA> NA <NA> <NA> NA <NA> NA
2: 2 2 REF <NA> NA <NA> <NA> NA <NA> NA
SVTYPE SVLEN END CIPOS CIEND CIGAR MATEID EVENT HOMLEN HOMSEQ SVINSLEN
1: <NA> NA <NA>
2: <NA> NA <NA>
SVINSSEQ LEFT_SVINSSEQ RIGHT_SVINSSEQ BND_DEPTH MATE_BND_DEPTH mateid svtype
1: NA NA <NA>
2: NA NA <NA>
first right coord mcoord mix MATECHROM MATEPOS tier like.indel edge.id class
1: NA NA <NA> <NA> NA <NA> NA NA NA 1 REF
2: NA NA <NA> <NA> NA <NA> NA NA NA 2 REF
n1.side n2.side n1 n2
1: right left 1 2
2: right left 2 3
and no events are found (at lest simple events should have been listed) :
c = events(gg)
c$meta
$simple
Null data.table (0 rows and 0 cols)
$amp
Null data.table (0 rows and 0 cols)
$chromothripsis
Null data.table (0 rows and 0 cols)
$chromoplexy
Null data.table (0 rows and 0 cols)
$tic
Null data.table (0 rows and 0 cols)
$events
Empty data.table (0 rows and 1 cols): ev.id
Hi everyone.
I am running Jabba and gGnome on two breast cancer lines MCF-7 and HCC1954, starting with the bam files of CCLE consortium. The issue is that gg$edges are blank, and the events() function calls 0 type of events of known classes.
These are the commands that I am using to generate the graph :
and
gg$edges produces :
and no events are found (at lest simple events should have been listed) :
The R version is :
The text was updated successfully, but these errors were encountered: