` Error in h.ucv.default(unique(db_dff$VALUE), 4)`

Issue #6 resolved
Julian Zhou created an issue

Oops, Nima, looks like that I got another one for you:

load("mre.RData") # mre
analyzeClones(mre, "h_cdr3", "h_v", "h_j", "CLONE")

Error:

Error in h.ucv.default(unique(db_dff$VALUE), 4) : 
  argument 'x' must be numeric and need at least 3 data points 

Probably another edge case. Would be nice to catch these exceptions though.

Comments (3)

  1. nima nouri

    OK. This was another special case, where the data only included 7 VJL group and in each of which only one clone was inferred. Therefore, no inter clonal distances were calculated.

    Screenshot from 2018-11-05 16-25-05.png

    I fixed the analyzeClones function to face this particular case. I checked your data and it should be good to go.

  2. Log in to comment