Skip to content

Commit

Permalink
fix quietBCRgenes export
Browse files Browse the repository at this point in the history
  • Loading branch information
Qile0317 committed Dec 25, 2024
1 parent 0eb01ab commit 3152785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

S3method(quietBCRgenes,Seurat)
S3method(quietBCRgenes,default)
S3method(quietTCRgenes,Seurat)
S3method(quietTCRgenes,default)
Expand Down
2 changes: 1 addition & 1 deletion R/quietVDJ.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ quietBCRgenes.default <- function(sc, ...) {
}

#' @rdname quietVDJgenes
#' @method quietBCRgenes default
#' @method quietBCRgenes Seurat
#' @export
quietBCRgenes.Seurat <- function(sc, assay = NULL) {
if (is.null(assay)) {
Expand Down
2 changes: 1 addition & 1 deletion man/quietVDJgenes.Rd

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

0 comments on commit 3152785

Please sign in to comment.