powered by
Get a matrix with public clonotype frequencies
public_matrix(.data)
Matrix with per-sample clonotype counts / proportions only.
Public repertoire, an output from pubRep.
data(immdata) immdata$data <- lapply(immdata$data, head, 2000) pr <- pubRep(immdata$data, .verbose = FALSE) pr.mat <- public_matrix(pr) dim(pr.mat) head(pr.mat)
Run the code above in your browser using DataLab