powered by
Statistics of number of public clonotypes for each possible combinations of repertoires
pubRepStatistics(.data, .by = NA, .meta = NA)
Data frame with incidence statistics per sample.
Public repertoire, an output from the pubRep function.
Work in Progress.
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