Skip to content

Commit dcbeb01

Browse files
committed
reset defaults for combineBCR()
1 parent 7fcca3e commit dcbeb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/combineContigs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ combineBCR <- function(input.data,
216216
chain = "both",
217217
sequence = "nt",
218218
dist_type = "levenshtein",
219-
dist_mat = "BLOSUM62",
220-
normalize = "none",
219+
dist_mat = "BLOSUM80",
220+
normalize = "length",
221221
gap_open = -10,
222222
gap_extend = -1,
223223
call.related.clones = TRUE,

0 commit comments

Comments
 (0)