public_matrix | R Documentation |
Get a matrix with public clonotype frequencies
public_matrix(.data)
.data |
Public repertoire, an output from pubRep. |
Matrix with per-sample clonotype counts / proportions only.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.