Description Usage Arguments Value Examples
function computes Renyi profile for all samples in a RepSeqExperiment object
1 2 3 4 5 | renyiProfiles(
x,
scales = c(0, 0.25, 0.5, 1, 2, 4, 8, 16, 32, 64, Inf),
level = c("VpJ", "V", "J", "VJ", "CDR3aa")
)
|
x |
an object of class RepSeqExperiment |
scales |
a numerical vector of alpha to evaluate Renyi's entropy |
level |
level of repertoire to assess Renyi profiles |
a data.table containing Renyi's profiles computed for each repertoire
1 2 3 4 5 6 7 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
renyiNumbers <- renyiProfiles(RepSeqData, level = "VpJ")
renyiNumbers
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.