clonNumDiv {IMGTStatClonotype} | R Documentation |
This function allows the creation of a matrix containing the number of IMGT clonotypes (AA) in the two compared sets from the IMGT/HighV-QUEST output with an IMGT gene of a given IMGT V, D or J group (IMGT clonotypes (AA) diversity).
clonNumDiv(data1, data2)
data1 |
the first set from the IMGT/HighV-QUEST output without CDR3-IMGT outlier lengths issued from the function |
data2 |
the second set from the IMGT/HighV-QUEST output without CDR3-IMGT outlier lengths issued from the function |
Matrix with IMGT gene names in rows and numbers of IMGT clonotypes (AA) in columns.
Ndiv<-clonNumDiv(MID1,MID2)