Learn R Programming

immunarch (version 0.9.1)

pubRepStatistics: Statistics of number of public clonotypes for each possible combinations of repertoires

Description

Statistics of number of public clonotypes for each possible combinations of repertoires

Usage

pubRepStatistics(.data, .by = NA, .meta = NA)

Value

Data frame with incidence statistics per sample.

Arguments

.data

Public repertoire, an output from the pubRep function.

.by

Work in Progress.

.meta

Work in Progress.

Examples

Run this code
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