Description Usage Arguments Value Examples
function plots Renyi's entropy profile for all samples in a RepSeqExperiment object.
1 2 3 4 5 6 | plotRenyiProfiles(
x,
alpha = c(0, 0.25, 0.5, 1, 2, 4, 8, 16, 32, 64, Inf),
level = c("VpJ", "V", "J", "VJ", "CDR3aa"),
colorBy = NULL
)
|
x |
an object of class RepSeqExperiment |
alpha |
a vector of parameters for estimating Renyi's entropy. |
level |
level of repertoire to estimated |
colorBy |
name of a factor in sample information data (run sData(x)) |
a graph
1 2 3 4 5 6 7 8 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
colnames(sData(RepSeqData))
# plot Renyi's profiles for at level "V" gene and color curves by project.
plotRenyiProfiles(x = RepSeqData, level = "V", colorBy = "project")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.