clusTCR icon indicating copy to clipboard operation
clusTCR copied to clipboard

CDR3 clustering module providing a new method for fast and accurate clustering of large data sets of CDR3 amino acid sequences, and offering functionalities for downstream analysis of clustering resul...

Results 9 clusTCR issues
Sort by recently updated
recently updated
newest added

Hi! I was testing the pgen calculation after the recent updates allowing the selection of chains, and bumped into a bug related to python2 integer division within OLGA. It seems...

Hi! After updating to the latest release of `clusTCR`, I am facing an issue while attempting to fit the clustering to data (please see the complete traceback below). The same...

It seems that clustering with any method other than `faiss` makes the clustering halt with the error `0-dimensional array given. Array must be at least two-dimensional` when using Python 3.11.4...

Hello ! Thanks for this amazing library. Is there a way to retrieve only the centroids for each cluster? Are they maybe the first sequence in each cluster (i.e. row...

Hello Sebastian and co. Thanks a lot for designing this nice package to understand the nature of TCR repertoire and potential expansions. My goal with the current airr data I...

Hi I want to use clustcr with distance metric of Levenshtein distance, according to the docs it should be like this ```python clustering = Clustering(distance_metric='levenshtein') ``` but when running and...

Trying to install from svalikiers channel using conda but running into below error. Any ideas? `conda install -c svalkiers clustcr` ``` Collecting package metadata (current_repodata.json): done Solving environment: failed with...

Hi, After I make the cluster by the Clustering/fit function, is there anyway or convenience way to predict a new incoming TCR peptide sequence and assign a (existing) cluster number...