Skip to content

Commit

Permalink
comment out scater::plotColData from example to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lahuuki committed May 17, 2024
1 parent ad3bbb1 commit ba2f3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/metrics_qc.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#'
#' vis_clus(spe_qc, sample_id = "151507", clustervar = "scran_low_lib_size")
#'
#' scater::plotColData(spe_qc[, spe_qc$in_tissue], x = "sample_id", y = "sum_umi", colour_by = "scran_low_lib_size")
#' # scater::plotColData(spe_qc[, spe_qc$in_tissue], x = "sample_id", y = "sum_umi", colour_by = "scran_low_lib_size")
#'
#' vis_clus(spe_qc, sampleid = "151507", clustervar = "scran_discard")
#' vis_clus(spe_qc, sampleid = "151507", clustervar = "scran_low_lib_size_edge")
Expand Down
2 changes: 1 addition & 1 deletion man/metrics_qc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba2f3e3

Please sign in to comment.