General:
N to any characters except [ATCG].Cloning:
fields argument to identicalClones, hierarchicalClones and spectralClones to allow for data partitioning prior to clonal assignment.cell_id column.identicalClones, hierarchicalClones and spectralClones when specifying nproc > 1.Backwards Incompatible Changes:
V_CALL (Change-O) as the default to identify the field that stored the V gene calls, they now use v_call (AIRR). That means, scripts that relied on default values (previously, v_call="V_CALL"), will now fail if calls to the functions are not updated to reflect the correct value for the data. If data are in the Change-O format, the current default value v_call="v_call" will fail to identify the column with the V gene calls as the column v_call doesn’t exist. In this case, v_call="V_CALL" needs to be specified in the function call.ExampleDb converted to the AIRR Rearrangement standard and examples updated accordingly.defineClonesScoper function to three functions: identicalClones, hierarchicalClones, and spectralClones.General:
Cloning:
Deprecated:
analyzeClones is deprecated. The clonal analysis has been added to the main function defineClonesScoper as an argument analyze_clones.analyze_clones set to be true, otherwise a single dataframe is returned.plot_neighborhoods from clonal analysis has been deprecated.neighborhoods from clonal analysis has been deprecated.General:
hierarchical for hierarchical-clustering based, and identical for clustering among identical junction sequences are added.vj in argument method.Clonal analysis:
calculateInterVsIntra function. Now, “inter” is the label used to form distances that mean between clones, and “intra” is the label used to form distances that mean on the inside, within each clone.plotInterVsIntra output from a density plot to a histogram.Initial public release.