Skip to content

Commit

Permalink
update clonalCompare
Browse files Browse the repository at this point in the history
Expanded assertthat for TRB and TRD per issue per issue #476
  • Loading branch information
ncborcherding committed Feb 8, 2025
1 parent 44f0a50 commit 0ea7dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## UNDERLYING CHANGES
* Fixed issue with denominator in ```getCirclize()```
* Fixing chain issue with clonalCompare() - expanded assertthat statement

# scRepertoire VERSION 2.2.1

Expand Down
2 changes: 1 addition & 1 deletion R/clonalCompare.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ clonalCompare <- function(input.data,
isListOfNonEmptyDataFrames(input.data) ||
is_seurat_or_se_object(input.data),
is.string(cloneCall),
is.string(chain), chain %in% c("both", "TRA", "TRG", "IGH", "IGL"),
is.string(chain), chain %in% c("both", "TRA", "TRB", "TRG", "TRD", "IGH", "IGL"),
is.null(samples) || is.character(samples),
is.null(clones) || is.character(clones),
is.null(top.clones) || is.count(top.clones),
Expand Down

0 comments on commit 0ea7dea

Please # to comment.