You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that whenever I use seqDist with non-default options, seqCluster returns the following warning message.
In seqCluster(MixcrTest2, distMixcrTest2, .perc_similarity = 0.9) :
Number of sequence provided in .data and .dist are not matching!
This happens, for example, if I pass only V.name to .group_by or CDR3.aa to .col (instead of CDR3.nt). In fact, this message appears in the Immunarch tutorial (https://immunarch.com/articles/web_only/clustering.html) when attempting to run the following two lines of code:
What is the exact meaning of this warning? Is there any reason for concern or can we safely ignore it?
Thank you.
For the record, I installed Immunarch from Github, as it is not available on CRAN at the moment. But I doubt that's the reason because the same error appears on the website hosting the tutorial.
The text was updated successfully, but these errors were encountered:
Hi,
I have noticed that whenever I use
seqDist
with non-default options,seqCluster
returns the following warning message.This happens, for example, if I pass only
V.name
to.group_by
orCDR3.aa
to.col
(instead ofCDR3.nt
). In fact, this message appears in the Immunarch tutorial (https://immunarch.com/articles/web_only/clustering.html) when attempting to run the following two lines of code:What is the exact meaning of this warning? Is there any reason for concern or can we safely ignore it?
Thank you.
For the record, I installed Immunarch from Github, as it is not available on CRAN at the moment. But I doubt that's the reason because the same error appears on the website hosting the tutorial.
The text was updated successfully, but these errors were encountered: