preabsExp {IMGTStatClonotype} | R Documentation |
This function allows the creation of a new matrix indicating the presence or the absence of genes in the sequences assigned to IMGT clonotypes (AA) for clonotype expression.
preabsExp(datag, data)
datag |
IMGT/HighV-QUEST output without CDR3-IMGT outlier lengths issued from the function |
data |
issued from the function |
Matrix with sequences assigned to IMGT clonotypes (AA) in rows and gene names in columns.
e1<-preabsExp(MID1,set1) e2<-preabsExp(MID2,set2)