calcBaseline fails when calcStats=T

Issue #50 resolved
ssnn created an issue
dbPath <- system.file("extdata", "InfluenzaDb.gz", package="shm")
db <- readChangeoDb(dbPath)
    db_baseline <- calcBaseline(db, 
                                sequenceColumn="SEQUENCE_IMGT",
                                germlineColumn="GERMLINE_IMGT_D_MASK", 
                                testStatistic="focused",
                                regionDefinition=IMGT_V_NO_CDR3,
                                targetingModel = HS5FModel,
                                nproc = 1,
                                calcStats = T)

Warning message:
In rbind_all(x, .id) : Unequal factor levels: coercing to character

Comments (5)

  1. Log in to comment