Skip to content

Commit

Permalink
Merge pull request #133 from /issues/132-circostable
Browse files Browse the repository at this point in the history
Move rm expression before circos table view
  • Loading branch information
pdiakumis committed Jan 20, 2024
2 parents dcb9e6f + cc2a416 commit 7c4c8e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/rmd/rnasum.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2399,9 +2399,8 @@ if (nrow(fusion_annot_top) > 0) {
c(FALSE, TRUE), c("transparent", "lightgreen")
)
)
fusions.genomicView
rm(fusion_annot_top.clean)
fusions.genomicView
}
```

Expand Down

0 comments on commit 7c4c8e0

Please sign in to comment.