Description Usage Arguments Value Examples
View source: R/diversityFunctions.R
function produces several useful diversity indices.
1 | basicIndices(x, level = c("VpJ", "V", "J", "VJ", "CDR3aa"))
|
x |
an object of class RepSeqExperiment |
level |
level of reppertoire to assess diversity, choice are VpJ, V, J, VJ or CDR3aa) |
a data frame of Chao
1 2 3 4 5 6 7 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
divindices <- basicIndices(RepSeqData, level="VpJ")
divindices
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.