Skip to content

Commit 1cedf28

Browse files
committed
fix typo error
1 parent ee016ac commit 1cedf28

File tree

1 file changed

+1
-1
lines changed
  • drop/modules/aberrant-splicing-pipeline/FRASER

1 file changed

+1
-1
lines changed

drop/modules/aberrant-splicing-pipeline/FRASER/Summary.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dataset_title <- paste0("Dataset: ", dataset, "--", annotation)
4848

4949

5050
#' ## Estimation of the optimal latent space dimension
51-
if (isTRUE(metadata(ods)[["useOHTtoObtainQ"]])){
51+
if (isTRUE(metadata(fds)[["useOHTtoObtainQ"]])){
5252
type <- "jaccard"
5353
g <- plotEncDimSearch(fds, type=type, plotType="sv")
5454
g <- g + theme_cowplot(font_size = 16) +

0 commit comments

Comments
 (0)