Skip to content

Commit

Permalink
bf regex filterNcGenes
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jun 20, 2024
1 parent 578a9bd commit 349a066
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,9 @@ calc.q99.Expression.and.set.all.genes <- function(
#' @export
filterNcGenes <- function(genes, pattern_NC = c("^AC[0-9].+", "^AL[0-9].+", "^AP[0-9].+",
"^AF[0-9].+", "^Z[0-9]+.+",
"^LINC0.+", "^C[1-9]orf.+", "^MIR[1-9].+",
".+\\.AS[1-9]$", ".+\\.DT[1-9]$"),
"^LINC0.+", "^C[1-9]+orf.+", "^MIR[1-9].+",
".+\\.AS[1-9]*$", ".+\\-AS[1-9]*$",
".+\\.DT[1-9]*$", ".+\\-DT[1-9]*$"),
unique = TRUE, ...) {

# Input assertions
Expand Down
8 changes: 7 additions & 1 deletion man/qSeuViolin.Rd

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

0 comments on commit 349a066

Please sign in to comment.