Skip to content

Commit

Permalink
Revert "remove print statement for singular value plot"
Browse files Browse the repository at this point in the history
This reverts commit 2689159.
  • Loading branch information
andrearaithel committed Feb 25, 2025
1 parent 2689159 commit 152396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop/modules/aberrant-splicing-pipeline/FRASER/Summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (isTRUE(metadata(fds)[["useOHTtoObtainQ"]])){
g <- plotEncDimSearch(fds, type=type, plotType="sv")
g <- g + theme_cowplot(font_size = 16) +
ggtitle(paste0("Q estimation, ", type)) + theme(legend.position = "none")
#print(g)
print(g)
} else{
for(type in psiTypes){
g <- plotEncDimSearch(fds, type=type, plotType="auc")
Expand Down

0 comments on commit 152396b

Please sign in to comment.