snaketron / ClustIRR

Clustering of immune receptor repertoires
GNU General Public License v3.0
2 stars 0 forks source link

default <= weight -> set to 0 #30

Open snaketron opened 2 months ago

snaketron commented 2 months ago

There are currently 4 weight values at each edge. weight, nweight, cweight, ncweight

The default edge weight = weight, BLOSUM62 score of pairwise alignment between complete CDR3s of node i and j,

In the clustering step (coming next), we should ensure the user specifies what should be considered as weight -> do clustering.

As one of the first substeps we should remove E(g)$weight <=0, however weight is defined