powered by
Get a matrix with public clonotype frequencies
public_matrix(.data)
Public repertoire, an output from pubRep.
Matrix with per-sample clonotype counts / proportions only.
# NOT RUN { 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