Skip to content

Commit

Permalink
Update R/02-filter.R
Browse files Browse the repository at this point in the history
Co-authored-by: Candace Savonen <cansav09@gmail.com>
  • Loading branch information
kweav and cansavvy authored Jun 28, 2024
1 parent 03f5716 commit 076c3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/02-filter.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ qc_filter_zerocounts <- function(gimap_dataset){
#' qc_filter_plasmid(gimap_dataset, cutoff=2)
#'
#' #or to specify a different column (or set of columns to select)
#' qc_filter_plasmid(gimap_dataset, filter_plasmid_target_col = c(1,2))
#' qc_filter_plasmid(gimap_dataset, filter_plasmid_target_col = 1:2)
#'
#' # or to specify a cutoff value that will be used in the filter rather than the lower outlier default as well as to specify a different column (or set of columns) to select
#' qc_filter_plasmid(gimap_dataset, cutoff=1.75, filter_plasmid_target_col=c(1,2))
Expand Down

0 comments on commit 076c3ac

Please sign in to comment.