powered by
Statistics of number of public clonotypes for each possible combinations of repertoires
pubRepStatistics(.data, .by = NA, .meta = NA)
Public repertoire, an output from the pubRep function.
Work in Progress.
Data frame with incidence statistics per sample.
# NOT RUN { data(immdata) immdata$data <- lapply(immdata$data, head, 2000) pr <- pubRep(immdata$data, .verbose=FALSE) pubRepStatistics(pr) %>% vis() # }
Run the code above in your browser using DataLab