preabsDiv {IMGTStatClonotype} | R Documentation |
This function allows the creation of a new boolean matrix indicating the presence (coded by 1) or the absence (coded by 0) of genes in the IMGT clonotypes (AA) for clonotype diversity.
preabsDiv(datag, data)
datag |
IMGT/HighV-QUEST output without CDR3-IMGT outlier lengths issued from the function |
data |
issued from the function |
Boolean matrix with IMGT clonotypes (AA) in rows and gene names in columns.
b1<-preabsDiv(MID1,set1) b2<-preabsDiv(MID2,set2)