Skip to content

Commit

Permalink
fix runscatter
Browse files Browse the repository at this point in the history
  • Loading branch information
burlab committed Apr 4, 2024
1 parent 1719f1f commit a6dd99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plots_QC.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ plot_runscatter <- function(data,
dat_filt <- data@dataset_filtered %>% dplyr::ungroup()
if(nrow(dat_filt) < 1) stop("Data has not been qc filtered. Please apply `apply_qc_filter` first.")
} else {
dat_filt <- mexp@dataset %>% dplyr::ungroup()
dat_filt <- data@dataset %>% dplyr::ungroup()
}


Expand Down

0 comments on commit a6dd99f

Please sign in to comment.