Skip to content

Commit

Permalink
Update Summary.R
Browse files Browse the repository at this point in the history
  • Loading branch information
vyepez88 committed Apr 5, 2023
1 parent ca9e588 commit 430479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drop/modules/aberrant-splicing-pipeline/Counting/Summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ devNull <- saveFraserDataSet(fdsMerge,dir=workingDir, name=paste0("raw-", datase
#' ## Expression filtering
#' The expression filtering step removes introns that are lowly expressed. The requirements for an intron to pass this filter are:
#'
#' * at least 1 sample needs to have a count (K) of `r snakemake@config$aberrantSplicing$minExpressionInOneSample` or more reads for the intron
#' * at least 1 sample has `r snakemake@config$aberrantSplicing$minExpressionInOneSample` counts (K) for the intron
#' * at least `r 100*(1-snakemake@config$aberrantSplicing$quantileForFiltering)`% of the samples need to have a total of at least `r snakemake@config$aberrantSplicing$quantileMinExpression` reads for the splice metric denominator (N) of the intron
plotFilterExpression(fdsMerge) +
labs(title="", x="Mean Intron Expression", y="Introns") +
Expand Down

0 comments on commit 430479c

Please sign in to comment.